aspose file tools
The moose likes Features new in Java 7 and the fly likes Regex update Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Features new in Java 7
Reply Bookmark "Regex update" Watch "Regex update" New topic
Author

Regex update

Wouter Oet
Saloon Keeper

Joined: Oct 25, 2008
Posts: 2700

Today I came across a small update of the regex class. You can name regex groups:

Pattern (at special constructs).

It's a small update but I can see why this is handy.


"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26193
    
  66

Sweet!


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Regex update
 
Similar Threads
Using StringTokenizer?
Regex pattern
Why doesn't my regex pickup this line
[regex help]Find EXACT characters in a String.
Ant replace task problem