> Hi, listmembers,
> 
>     I'm looking for classes that can be used to test the contents of Strings
> against regular expressions, comparable to Perl's regular expressions
> capability or the standard C library's regcomp() and regexec() functions.
> 
> Does anybody know whether (and where) such classes are available for Java?
> 
> Thanks in advance for any pointers I might receive,

http://javaregex.com/

Very easy to use, and works well.

- Carl

Reply via email to