我正在尝试使用preg_match()
此页面中的第二个单行 RegEx:http:
//daringfireball.net/2010/07/improved_regex_for_matching_urls
(?i)\b((?:https?://|www\d{0,3}[.]|[a-z0-9.\-]+[.][a-z]{2,4}/)(?:[^\s()<>]+|\(([^\s()<>]+|(\([^\s()<>]+\)))*\))+(?:\(([^\s()<>]+|(\([^\s()<>]+\)))*\)|[^\s`!()\[\]{};:'".,<>?«»“”‘’]))
总是得到:
... 中的未知修饰符 '\'
谁能告诉我如何正确使用这个preg_match()
正则表达式或者正则表达式不正确?