Archive

Posts Tagged ‘php regular expression generator’

10 Common Useful PHP Regular Expression

November 4th, 2011

Regular expression is a very important element for programmer, it provides a a concise and flexible means for “matching” (specifying and recognizing) strings of text, such as particular characters, words, or patterns of characters. In some suitation, if you need to create your own regular expression for validating a string, it is quite complicated and time [...]

Web dev