Apr 26, 2002 #1 toolkit Programmer Aug 5, 2001 771 GB Just out of curiosity really, Are there any packages that provide similar regular expression functionality to Perl? Thanks, Neil
Just out of curiosity really, Are there any packages that provide similar regular expression functionality to Perl? Thanks, Neil
Apr 26, 2002 Thread starter #2 toolkit Programmer Aug 5, 2001 771 GB Found one called gnu.regexp: http://www.cacas.org/java/gnu/regexp/Others? Upvote 0 Downvote
Apr 26, 2002 1 #3 rsfoley Programmer Apr 16, 2002 56 US 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 http://www.javathis.com Upvote 0 Downvote
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 http://www.javathis.com
Apr 29, 2002 Thread starter #4 toolkit Programmer Aug 5, 2001 771 GB Thanks Rodney. Upvote 0 Downvote