M mcmohanrtg New Member Jun 10, 2012 #1 I know that in normal php regex (ASCII mode) "\w" (word) means "letter, number, and _". But what does it mean when you are using multibyte regex with the "u" modifier?\[code\]preg_replace('/\W/u', '', $string);\[/code\]
I know that in normal php regex (ASCII mode) "\w" (word) means "letter, number, and _". But what does it mean when you are using multibyte regex with the "u" modifier?\[code\]preg_replace('/\W/u', '', $string);\[/code\]