How to set a regular expression pattern that matches all words, but lines starting with
- / word
- / word /
- / word /, following anything else.
I think the pattern starts with \ A, but I don’t know how to say that I should not follow the word
thank
source
share