how to use regex 发表于 2018-12-05 更新于 2024-11-28 分类于 tool 12345678#匹配出所有的codecept_debug代码,包括已经注释掉的(//)?codecept_debug\(.*\)(;)?# 匹配单行sql^select (.)*;$# 阻止贪婪^select \* (.|\n)*?;$# 匹配单行换行^\n$