关于一个preg_replace 正则表达式 替换的问题
最近做新浪应用
[email protected] 替换为@example
在别人的帮助下写了一段正则表达式
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> $t = preg_replace( "/ *@([\x{4e00}-\x{9fa5}A-Za-z0-9_]*) ?/u", " <a href="%5C%22http://t.sina.com.cn/n/%5C%5C1%5C%22" target='\"_blank\"'>@\\1</a> ", $t);