PHP Regular Expressions
Posted by admin on 13 February, 2011
No comments yet
This item was filled under [ PHP & MySql, References ]
Regular expressions can be used for matching or replacing certain patters inside a string. A simple example would be to check whether a certain word is inside a certain string and maybe on a certain position ( begin / end of string ). However also more complicated patterns can be made ( for example to [...]