Regex resources

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

Moderator: General Moderators

Post Reply
GeXus
Forum Regular
Posts: 631
Joined: Sat Mar 11, 2006 8:59 am

Regex resources

Post by GeXus »

Does anyone know of any good regex resources? Something I would love to see is where you could put in some text or html and highlight the part you want and have it generate the regex... not sure if such a thing exists
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

You would never get the result you're after that way.

play here: http://www.cuneytyilmaz.com/prog/jrx/
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Did you see this?

viewtopic.php?t=55762
GeXus
Forum Regular
Posts: 631
Joined: Sat Mar 11, 2006 8:59 am

Post by GeXus »

Ah, thank you both!
Post Reply