Fixes
- Fix catastrophic backtracking on url regex, add related tests for backtracking, unicode, and IPv6. (thanks malvidin)
- Add Unicode character ranges for re2. (thanks malvidin)
- Add tests for url_regex_simple, change where parens are matched in url_regex_simple, specify which re engine needs which expression. (thanks malvidin)
- Match URLs with trailing ? with url_regex_simple. (thanks malvidin)