Convert positive lookahead regex to negative lookahead one?

后端 未结 0 1161
谎友^
谎友^ 2020-12-06 18:04

as the title goes, I want to change the script containing positive lookahead into negative one.

my script is

^[^\\S\\n]*\\n(?=[^\\n]*\\S) of cours

相关标签:
回答
  • 消灭零回复
提交回复
热议问题