Mastering Regular Expressions in PHP
By Dennis Pallett2005-05-26
What exactly is possible with Regular Expressions?
If you really want to dig into regex I suggest you search on Google for more tutorials, and try to learn the regex syntax. It isn't easy, and there's quite a steep learning curve (in my opinion), but the best way to learn is to go through a lot of examples, and try to translate them in plain English. It really helps you learn the syntax.
In the future I will dedicate a complete article to strictly examples, including more advanced ones, without any explanation. But for now, I can only give you links to other tutorials:
The 30 Minute Regex Tutorial
Regular-Expressions.info
Tutorial pages:
|
|
|||||||||
You might also want to check these out:
|
Leave a Comment on "Mastering Regular Expressions in PHP"
You must be logged in to post a comment.
Link to This Tutorial Page!

