Open ripperdoc opened 2 years ago
An email with e.g. a + character or other characters that are valid Regex will be parsed as regex and fail to be found by the email matching function. We should escape the email before inserting it into a Regex.
An email with e.g. a + character or other characters that are valid Regex will be parsed as regex and fail to be found by the email matching function. We should escape the email before inserting it into a Regex.