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.
2 parents 0c6a641 + cd46e9f commit cd1b345Copy full SHA for cd1b345
src/Mailto.php
@@ -1,5 +1,5 @@
1
<?php namespace Locker\XApi;
2
3
class Mailto extends RegexpAtom {
4
- protected static $pattern = '/^mailto:[A-Z0-9.\'_%+-]+@[A-Z0-9.-]+\.[A-Z]{1,63}$/i';
+ protected static $pattern = '/^mailto:[A-Z0-9.`\'_%+-]+@[A-Z0-9.-]+\.[A-Z]{1,63}$/i';
5
}
0 commit comments