Skip to content

Releases: tony19/named-regexp

named-regexp-0.1.9

27 Jun 17:14
Compare
Choose a tag to compare
  • Renamed NamedPattern and NamedMatcher to Pattern and Matcher, respectively. The old classes have been deprecated and will be removed in a future release.
  • Added support for named back-references and string replacements
  • Now works on Android!

named-regexp-0.1.8

27 Jun 17:14
Compare
Choose a tag to compare
  • Fixed invalid group value when pattern included literal slashes (i.e., \\(notEscapedParen)(?<foo>\d+))

named-regexp-0.1.7

27 Jun 17:14
Compare
Choose a tag to compare
  • Fixed invalid group value when pattern included look-behinds (i.e., abc(?<=lookbehind)(?<foo>\d+))

named-regexp-0.1.6

27 Jun 17:15
Compare
Choose a tag to compare
  • No code changes
  • Uploaded project to Maven Central

named-regexp-0.1.5

27 Jun 17:15
Compare
Choose a tag to compare
  • No code changes