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 0c6a641 commit cd46e9fCopy full SHA for cd46e9f
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