URL Regex Issue
-
The regex for matching meta tags seems to be broken and does not match attributes with single quotes, so for example:
<meta content='This has single quotes' name='title' />
Will not work, but
<meta content="This has double quotes" name="title" />
will parse fine.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘URL Regex Issue’ is closed to new replies.