MyBB Community Forums

Full Version: Regex Library
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If you're like me and regex just doesn't click I found this awesome site(well actually a php book recommended).

http://regexlib.com

Just type what you need regex for it's something common like email or a phone number.
THANK YOU! THANK YOU! THANK YOU! THANK YOU! (x10,000,000,000,000,000).

Regex never clicked for me.
A regex for validating PERL, written in PERL:
* Firestryke31 drops cat on keyboard
%/$ger45we3uyhstf%^/

(Note: that's not valid and I dislike writing regexes and perl and you shouldn't be using regexes for parsing, use a parser).
I never understood regex until I did it in a-level computing Smile
(2012-06-18, 07:42 AM)Tom K. Wrote: [ -> ]I never understood regex until I did it in a-level computing Smile

I so wish I hadn't missed that class xD

Regexes aren't my strongest point either so thanks for the link!
Thanks for the link. Needed help with few parts that I am coding.