I need to learn about RegEx? Does anyone know any good online resource for that.
Thanks!!
I need to learn about RegEx? Does anyone know any good online resource for that.
Thanks!!
Take a look at the answers to this question: http://stackoverflow.com/questions/4736/learning-regular-expressions.
I recommend http://www.regular-expressions.info - great tutorial and regex reference. That site's creator, Jan Goyvaerts, also blogs at http://www.regexguru.com/, also highly recommended.
The best way to learn is to start using regEx on your project.
I always use Expresso and I found a good cheat sheet thst helps me.