Skip to content

Further matching enhancements

Latest
Compare
Choose a tag to compare
@Johnlon Johnlon released this 24 Mar 00:41
· 14 commits to master since this release
  • added StringPrintStream.clear()
  • for convenience matches(String) now uses Pattern.DOTALL style matching as this is typically what folk want
  • use match(Pattern) if you want to fine tune
  • whereas "contains(String)" methods use "String.contains" behaviour