Wanted: Regex util for PHP (and JavaScript)

Any questions involving matching text strings to patterns - the pattern is called a "regular expression."

Moderator: General Moderators

Post Reply
User avatar
josamoto
Forum Commoner
Posts: 41
Joined: Fri Aug 24, 2007 6:57 am
Location: South Africa
Contact:

Wanted: Regex util for PHP (and JavaScript)

Post by josamoto »

I'm looking for a Regular Expression utility I can use offline (or plugin for Eclipse IDE) that can aid in building and evaluating regular expressions. I've downloaded a few but the ones I got are either for other languages like Java, and don't work entirely like preg's regex.

If possible, I also need one for JavaScript!

Thanks again!!!
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Wanted: Regex util for PHP (and JavaScript)

Post by Christopher »

I think there are a couple of web based RegEx checkers that are based on PHP. Search for that and see what you find. Maybe they come with source.
(#10850)
User avatar
josamoto
Forum Commoner
Posts: 41
Joined: Fri Aug 24, 2007 6:57 am
Location: South Africa
Contact:

Re: Wanted: Regex util for PHP (and JavaScript)

Post by josamoto »

I have Googled a bit, but I was hoping maybe the people that use these utilities everyday could recommend something worth while!

Thanks for the reply! :)
Post Reply