WillyTheFish Posted February 9, 2010 Share Posted February 9, 2010 Hello everyone! I have this RegEx (used it in a JavaScript) is would like to use in preg_match, but it won't work /'|"|´|`*/img Tried to 'translate' it and came up with $test = preg_replace('/\/\'|\"|´|`*\/img/','',$test); which didn't do the trick... any suggestions? thanks Link to comment https://forums.phpfreaks.com/topic/191480-convert-js-regex-to-php-preg_match-regex/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.