我正在
PHP中进行字符串解析问题.我想要一个字典中单词的正则表达式.该单词只能包含A-Z和a-z.我想出了这个正则表达式,但这似乎无法正常工作.有人可以帮忙吗
$regexp = "/[A-z]+/";
if(preg_match($regexp,$buffer)){
print $buffer . "
";
}
添加rkt的评论为eadibility
目前使用此正则表达式
$regexp = "/[A-Za-z]+/";
但是仍有很多无关紧要的词被打印出来,例如.
a.new,#quickbar a.new{color:#ba0000} enwiki:resourceloader:filter:minify-css:5:f2a9127573a22335c2a9102b208c73e7 wgNamespaceNumber=0;
wgAction="view";
wgPageName="Roger_Federer";
wgMainPageTitle="Main Page";
wgWikimediaMobileUrl="http:\/\/en.m.wikipedia.org\/wiki";
document.writeln("\x3cdiv id=\"localNotice\"\x3e\x3cp\x3e\x3c/p\x3e\n\x3c/div\x3e");