v2.1
·
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).