A minor version of strings package was released:
- Flags for
WildcardPattern
now could be turned off by passing a boolean flag. - An option
withEnding()
was added toWildcardPattern
. It is allowing to match ending of testing string only ignoring the beginning.
More details could be found in the package CHANGELOG.