My favorites | Sign in
Project Home Issues Source
Project Information
Members

named-regexp is a thin wrapper for the standard JDK regular expressions package java.util.regex, with the single purpose of handling named capturing groups in the .net style : (?<name>...).

It is designed for Java 5 and newer version. Java 7 will handle named capturing groups, so this project is not meant to last.

Some other Java regular expression libraries provide support for named captures :

  • joni : regexp implementation of JRuby, very active
  • JRegex : not updated since 2002

Powered by Google Project Hosting