过滤器用无重音等效字符替换重音字符
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了过滤器用无重音等效字符替换重音字符相关的知识,希望对你有一定的参考价值。
function filter_accented_characters($stringWithAccentedCharacters) { $search = explode(",","ç,æ,Å“,á,é,Ã,ó,ú,à ,è,ì,ò,ù,ä,ë,ï,ö,ü,ÿ,â,ê,î,ô,û,Ã¥,e,i,ø,u"); $stringWithReplacedCharacters = $urlTitle = str_replace($search, $replace, $stringWithAccentedCharacters); return $stringWithReplacedCharacters; }
以上是关于过滤器用无重音等效字符替换重音字符的主要内容,如果未能解决你的问题,请参考以下文章
如何用非重音字符替换clickhouse中数组中的每个单词的每个重音字符?