Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Any packages that model Perl regular expressions 1

Status
Not open for further replies.

toolkit

Programmer
Aug 5, 2001
771
0
0
GB
Just out of curiosity really,
Are there any packages that provide similar regular expression functionality to Perl?
Thanks, Neil
 
If you are using Java 2 JDK 1.4.0 then you can use the
Code:
java.util.regex package
. It uses a syntax similiar to that used by Perl.

Rodney
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top