Regular expression Test string max.power@example.com Regular expression flags Case insensitive (CASE_INSENSITIVE) "." matches all characters (DOTALL) Multiline matching (MULTILINE) Disable unicode groups (DISABLE_UNICODE_GROUPS) Matches longest possible string (LONGEST_MATCH) Captureless lookbehinds (LOOKBEHINDS) Google RE2 Syntax Documentation