我正在使用 php,需要找到下面定义的通配符字符串。然后我需要在通配符值的末尾附加一个字符串。
值为 "awn.Funnel.Widget.createForm("awn.co.uk", "--wildcard--here--")
这是我尝试过的:
if (preg_match('/awn.Funnel.Widget.createForm("awn.co.uk",[_a-zA-Z]+/', $competition_code, $matches)) { print_r ($matches); }
但它给了我:
Warning: preg_match(): Compilation failed: missing ) at offset 52