Warning: preg_match_all() [function.preg-match-all]: Compilation failed: lookbehind assertion is not fixed length at offset 29
This is my code
'/(?<=Phone: \s? \<\/span\> \s*) [( \d].* \b/';
How can I over come this???
Compilation failed: lookbehind assertion is not fixed length
Moderator: General Moderators