Warning: the following patterns are for advanced users only. Proceed with caution.
Use .* to match any character, including special characters like \n and \t.
Use () to capture groups, like (\d{4}) to match four digits.
Use \ to escape special characters, like \. or \..
Use (?! to perform a negative lookahead, like hello(?!world