How to match whitespace, carriage return and line feed using regular expression in PHP? April 26, 2023 by Tarik [\n\r]+ Will match new lines. For White spaces add [\n\r\s]+