The regular is correct, but due to the fact that Russian characters are in it, it gives out the Vorning.
Warning: preg_match() [function.preg-match]: Unknown modifier ' '
What to do?
preg_match ('Публикаци.\s*\((\d+)\)', $p, $per);
The regular is correct, but due to the fact that Russian characters are in it, it gives out the Vorning.
Warning: preg_match() [function.preg-match]: Unknown modifier ' '
What to do?
preg_match ('Публикаци.\s*\((\d+)\)', $p, $per);
Source: https://ru.stackoverflow.com/questions/76300/
All Articles