Jump to content

preg_replace for an interval between / and "


sultanos

Recommended Posts

Hello , i have been searching google , looking for the answer to my problem, and found this forum, maybe you can help me.

 

I am trying to clean a string the value that i want to remove begins at a / and ends at a "

what i want is this :

"111/special-dominguez-2008"></form>

to become:

"111"></form>

 

i want the red text to disappear from  the string i am trying with this code with no luck

$tableBox_string2='"111/special-dominguez-2008"></form>';
$tableBox_string2=preg_replace ('\/(.*)\"/i','/',$tableBox_string2);
echo $tableBox_string2;

Any help will be welcome

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.