我想使用正则表达式从字符串中提取字母和数字,但我对正则表达式非常陌生,想问我是否应该使用 rexexp 或 preg_match
问问题
70 次
3 回答
1
使用preg_match
. “rexexp”可能只是“regexp”的拼写错误版本,“regexp”是“正则表达式”的缩写。
于 2013-11-08T15:14:47.793 回答
0
preg_match 是常用的,有关 preg_match 的详细信息,请参见http://php.net/manual/en/function.preg-match.php
于 2013-11-08T15:13:41.573 回答