All Tags »
html »
bbCode »
whitespace
Sorry, but there are no more tags available to filter with.
-
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()
...