Skip to content

v2.1

Compare
Choose a tag to compare
@fluentfuture fluentfuture released this 31 Jan 04:03
· 3989 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).