We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba536fa commit e637942Copy full SHA for e637942
lib/src/email.dart
@@ -1,7 +1,7 @@
1
import 'package:linkify/linkify.dart';
2
3
final _emailRegex = RegExp(
4
- r'^(.*?)((mailto:)?[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4})',
+ r'^(.*?)((mailto:)?[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z][A-Z]+)',
5
caseSensitive: false,
6
dotAll: true,
7
);
0 commit comments