I need a small ebook (5-10 page) or an online tutorial link for regular expressions using PHP. Please help folks...
http://www.addedbytes.com/cheat-sheets/regular-expressions-cheat-sheet/ try that link mate... hope it helps...
There are some excellent regex sites out there... I tend to start with a google search though and enter regex and then the type of regex solution I'm looking for. Some sites even have regex builders which are pretty cool.
I've read some tutorials about regex in PHP, but I think the most completed tutorial and guide is the PHP Manual. All others are taken from this, and just talk about some basics. The PHP Manual section of regex is not very big, just 5 pages, so you can read it and learn on 1 day