This regex pattern will match the phrase 'catch all email' where 'all' is separated by a space character. The \s represents any whitespace character.
Interactive Regex Playground
catch\sall\semail
This regex pattern will match the phrase 'catch all email' where 'all' is separated by a space character. The \s represents any whitespace character.
Matches
Found 0 matches