Changes

Jump to: navigation, search

Removing Special Characters

2 bytes added, 14:56, 28 April 2009
no edit summary
* \W = Matches any character that is '''not''' a word character from the basic Latin alphabet. Equivalent to [^A-Z a-z 0-9 _]
* \w = Matches any alphanumeric character from the basic Latin alphabet, including the underscore. Equivalent to [A-Za-z0-9_]
* '\'' = single quotes* '\"' = double quotes
* \d = Matches a digit character in the basic Latin alphabet. Equivalent to [0-9]
* \0 = NULL character
Smartstaff
137
edits

Navigation menu