Posts Tagged ‘regex’

PHP Regular Expressions

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 [...]

Continue reading...