how to replace a string in php
我想替换 \\'<\\' 和 \\'>\\' 登录字符串。
例如
1 2 3 |
这给出以下结果
1 | if xsomethingy and y>z |
我的问题是如何将 \\'>\\' 替换为文本 \\'something\\'
1 |
有可能,见手册
签出
文档在这里 http://php.net/manual/en/function.preg-replace.php
例子是
你需要学习一些 PHP 呀
http://php.net/manual/en/function.preg-replace.php