Hi,
I need your help with string manipulation. Here is what I need to do:
Before the manipulation I have this:
After I want this:PHP Code:$var1 = "The brown fox jumps over the fence. (It jumps? Yes, it jumps)"
I guess I'll need regexp to do that, but I don't know much of regexp.PHP Code:$var1 = "The brown fox jumps over the fence"
$var2 = "It jumps! Yes, it jumps"
Thanks,
MD





Bookmarks