我正在尝试使用 preg_match_all 在 PHP 中的数组之间:"
和数组中获取字符串。"
例如:
"I am a string"("string"):"Need this string", "I am a string"("string"):"Need this string", etc, etc
我有以下内容,但它没有返回任何结果或错误,并且在我尝试过的正则表达式构建器中工作。
/\"\:"(.*?)\"/ and #/\"\:"(.*?)\"/#
我正在尝试使用 preg_match_all 在 PHP 中的数组之间:"
和数组中获取字符串。"
例如:
"I am a string"("string"):"Need this string", "I am a string"("string"):"Need this string", etc, etc
我有以下内容,但它没有返回任何结果或错误,并且在我尝试过的正则表达式构建器中工作。
/\"\:"(.*?)\"/ and #/\"\:"(.*?)\"/#