For example, this regex (.*)<FooBar> will match: abcde<FooBar> But how do I get it to match across multiple lines? abcde fghij<FooBar> 25 s ...
-
May 4, 2022
- 0 Comments