想象一下,您的代码看起来像
console.log(functioncall('Bang goes the' +
' Olufsen (At least I think it does)'));
或
var_dump(functioncall("Please, for me"));
无需编写状态机而无需运行脚本,是否有办法使用 PHP 在脚本文件中出现functioncall(everything_up_to_closing_parentheses)
的所有内容?
可能的解决方案涉及RegExp,但我有足够的能力写出一个涵盖所有可能性的表达式。