Possible Duplicates:
Changing ereg_replace to equivalent preg_replace
Converting ereg expressions to preg
Can anyone show me the equivalent of :
ereg_replace("\n#[^\n]*\n", "\n", $sql)
in preg_replace
Thanks
Can anyone show me the equivalent of :
in preg_replace Thanks | |||
|
feedback
|
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
All you need in this case is delimiters (here
Also read about the difference of PCRE from POSIX. | |||
|
feedback
|
| |||||
feedback
|