技术栈
preg_match_all
胡西风_foxww
1 天前
正则表达式
·
php
·
preg_match
·
preg_replace
·
preg_split
·
preg_grep
·
preg_match_all
PHP正则表达式
preg_match_all()和preg_match()的区别: preg_match():匹配一次,返回值代表当前有多少个匹配的字符,只是此处只返回0或1; preg_match_all():功能和上面相同只是匹配可以匹配可以匹配多次