+ -
当前位置:首页 → 问答吧 → 一正则替换问题

一正则替换问题

时间:2011-10-14

来源:互联网

复制内容到剪贴板
代码:
{$a sql="select * from aaa"}
{$b sql="select * from bbb order by a desc"}
{$c sql="select * from ccc where a='a'"}
{$d sql="select * from ddd where a='a' and b='b'"}
{$e sql="select * from eee where a='a' and b='b' order by a desc"}
五条字符串,怎么用一条正则替换成
复制内容到剪贴板
代码:
{$a sql="select * from aaa where [cccc]"}
{$b sql="select * from bbb where [cccc] order by a desc"}
{$c sql="select * from ccc where [cccc] and a='a'"}
{$d sql="select * from ddd where [cccc] and a='a' and b='b'"}
{$e sql="select * from eee where [cccc] and a='a' and b='b' order by a desc"}
在线望解答,O(∩_∩)O谢谢!

[ 本帖最后由 wang11291895 于 2011-10-14 19:01 编辑 ]

作者: wang11291895   发布时间: 2011-10-14

没有帮下忙嘛???

作者: wang11291895   发布时间: 2011-10-19

热门下载

更多