Skip to content

v2.1

Choose a tag to compare

@fluentfuture fluentfuture released this 31 Jan 04:03
· 4897 commits to master since this release

Substring changes:

  • More readable syntax: Substring.before(first(':')) etc.
  • Scoped substring pattern: first('.').after(first('.')) etc.
  • Convenient shortcuts: Substring.between(first('<'), last('>')).from(str).