We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4dfdd0 commit 62ca97eCopy full SHA for 62ca97e
app/src/main/java/org/schabi/newpipe/util/urlfinder/PatternsCompat.java
@@ -361,7 +361,7 @@ public final class PatternsCompat {
361
362
public static final Pattern EMAIL_ADDRESS
363
= Pattern.compile(
364
- "[a-zA-Z0-9\\+\\.\\_\\%\\-\\+]{1,256}"
+ "[a-zA-Z0-9\\.\\_\\%\\-\\+]{1,256}"
365
+ "\\@"
366
+ "[a-zA-Z0-9][a-zA-Z0-9\\-]{0,64}"
367
+ "("
0 commit comments