Hello everyone!
I have this RegEx (used it in a JavaScript) is would like to use in preg_match, but it won't work

/'|"|´|`*/imgTried to 'translate' it and came up with
$test = preg_replace('/\/\'|\"|´|`*\/img/','',$test);which didn't do the trick...
any suggestions? thanks