NattapongSiri / covid_cb

MIT License
2 stars 1 forks source link

Doesn't support Firefox #14

Open NattapongSiri opened 4 years ago

NattapongSiri commented 4 years ago

Regex used in current code have negative lookbehind with captured group inside. At end of pattern, it use back-ref to check for pair of quote.

This kind of pattern is not support by Firefox.

NattapongSiri commented 4 years ago

Blocked by https://bugzilla.mozilla.org/show_bug.cgi?id=1225665