标签: regex
我正在尝试使用正则表达式过滤日志,但不能完全确定它使用的是什么样式。
到目前为止,我能像这样工作
^((?!\[ZeroCommandsClient\.dump\]).)*$
这很棒,它用[ZeroCommandsClient.dump]
[ZeroCommandsClient.dump]
我该如何修改它以滤除空白行?
自我注释: Regex Tester/Debugger