asked two days ago
In Quick Fields, is there a way to match on the beginning and/or end of a line?
I tried ^ and $, but they don't work, evidently reserved for beginning and end of the entire text. I also tried (\r?\n|^) and (\r?\n|$) but wasn't successful with those either. I tried starting the regex with (?m) but that didn't help.
0
0