function replaceSpecialChar($strParam){
$regex = "/\/|\~|\!|\!|\:|\@|\#|\\$|\%|\^|\&|\*|\(|\)|\_|\+|\{|\}|\:|\<|\>|\?|\[|\]|\,|\.|\/|\;|\'|\`|\-|\=|\\\|\|/";
return preg_replace($regex,"",$strParam);
}
function replaceSpecialChar($strParam){
$regex = "/\/|\~|\!|\!|\:|\@|\#|\\$|\%|\^|\&|\*|\(|\)|\_|\+|\{|\}|\:|\<|\>|\?|\[|\]|\,|\.|\/|\;|\'|\`|\-|\=|\\\|\|/";
return preg_replace($regex,"",$strParam);
}
本文标题:过滤特殊符号的正则
本文链接:https://www.haomeiwen.com/subject/eczuvxtx.html
网友评论