Match Regex across newlines?
- by Jörg Battermann
I have a regex ( "(<lof<).*?(>>)" ) that works and matches perfectly on single line input. However, if the input contains newlines between the two () parts it does not match at all. What's the best way to ignore any newlines at all in that case?