Regular Expressions

bambua

Well-known member
I'm working on some code that needs to do some string replacements and I'm looking for a good tutorial on regular expressions. I've done some google searching but really can't find one that's decent.

Anyone know of any?
 
Regular Expressions are CRAZY powerful... and they take a lot of resources. I always recommend doing a regular string replace if you can.

That being said... I have a college degree centered around regular expressions and PCRE (Biomedical Informatics)... any help you need, I will gladly give you. I have not found ANY good guides online.
 
Top Bottom