RegEx替代状态机来获取脚本中调用的函数

时间:2015-03-02 20:47:36

标签: php regex state-machine

想象一下,您的代码看起来像

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,但我有足够的能力写出一个涵盖所有可能性的表达式。

0 个答案:

没有答案