Search Results

3
votes
2answers
916 views

Regex Named Groups in Java

It is my understanding that the java.regex package does not have support for named groups (http://www.regular-ex …