我正在研究pantelides算法,我需要一些关于正则表达式的帮助pantelides算法位于intheindex.phpofthemainpackage@http://jpye.dyndns.org/pantelides/在index.php文件中我看到:if(preg_match_all("#\\b([a-z][a-z_0-9]*)(?!\\()\\b#i",$str,$matches)){现在,我不是regexp的专家,但我知道[a-z]是什么意思,但那是\\b的意思? 最佳答案 Wordboundaries在双引号php字符