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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.