A minor version of strings package was released:
- Flags for
WildcardPatternnow 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.