Last active
December 14, 2015 02:49
-
-
Save mrclay/5016415 to your computer and use it in GitHub Desktop.
Elgg: Analyze a URL... moved to https://github.com/mrclay/elgg-url-sniffer/blob/master/Url.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * This has been moved to a GitHub project: | |
| * | |
| * @link https://github.com/mrclay/elgg-url-sniffer | |
| */ |
Author
Author
This class should go in its own project...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The regex tester is not PHP. In PHP the literal,
'\\'represents the string\. And in PHP's PCRE patterns, an escape is actually needed before:. There may be a bug, but that's not it.