Tag Archives: match all and new line

regex: match all including new line

ShareI was looking for a way to match all characters plus new line and using “.” is not solely the answer because: The dot matches a single character, without caring what that character is. The only exception are newline characters. … Continue reading

Posted in developer's Guide, regex | Tagged , , , , , , | Leave a comment