|
|
Browse by Tags
All Tags » HTML » whitespace
-
Hi!
I need to write a regular expression code to replace only the outer occurance of a string with some other string say <aaaaaaaaaaaaaa>------ </aaaaaaaaaaaaaa>
Sample:
function sayHello($msg)
{
print $msg;
}
function bye()
...
|
|
|