-
I am trying to match a regular expression over multiple lines in a macro and it doesn't seem to work. It also doesn't work in the find menu which makes me wonder if there is something subtle about the regex implementation. I thought it was based on javascript. But then the following regex: ab([\s\S]*)c should match the text: ab but it does not. However, if I remove the line break e.g. ab c it matches without issues. Is there some special syntax I need to use for matching over multiple lines? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
sunderme
Oct 30, 2021
Replies: 1 comment 1 reply
-
txs search only works per line. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sunderme
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
txs search only works per line.