I'm getting an error with this. I'm trying to remove all chars after / is found in the string.
e.g. 'google.com/remove' should become 'google.com'
preg_replace ( '////.*/' , '' , $string);
Message: preg_replace(): Unknown modifier '/'
|
I'm getting an error with this. I'm trying to remove all chars after / is found in the string. e.g. 'google.com/remove' should become 'google.com'
Message: preg_replace(): Unknown modifier '/' |
|||
|
Don't use
|
|||
|
|
|
Try this:
Can't test it at the moment, but it should work... EDIT: Tested online quickly, working as expected :) |
|||
|
|
\/) Ignore the fact that this looks like a butt. – Matt Jul 27 '12 at 15:49