j
k
j a
j l
In these lines
some text some text # TODO some text some text
What regular expression can I use to find all lines except "# TODO some text²?
I thought ((?!^# TODO.+).+) would work but didn¹t.
Thanks Ross
Attachments:
Back to the thread
Back to the list