dictionary.com/browse/<TERM>
www.un.org/Depts/DGACM/index_french.htm 我使用的是:
$content = preg_replace( #[A-Z][A-Z]+# , <a href="//dictionary.com/browse/$1">$1</a> , $content);
我是否做了一些错误,要么在preg_replace
呼中,要么在Plugin/filter to the Wordpress AP登记中做了一些错误?
全面呼吁:
function define_filter($content){
$content = preg_replace( #[A-Z][A-Z]+# , <a href="//dictionary.com/browse/$1">$1</a> , $content);
}
add_filter( the_content , define_filter );
<><>>>> 使用<代码>[A-Z][A-Z]+ syntax确保我不匹配“I”和“A等词