The following regex does not work with Safari. Can somebody help?
\\b(?<![\\-,\\,\\.\\:\\;\\"])[0-9]{4}:[0-9]+\\b(?<![\\-,\\,\\.\\:\\;\\"])
The following regex does not work with Safari. Can somebody help?
\\b(?<![\\-,\\,\\.\\:\\;\\"])[0-9]{4}:[0-9]+\\b(?<![\\-,\\,\\.\\:\\;\\"])
Lookbehind <!
is not supported by Safari...
Questions
Answers
Tags
Users
Copyright © 2022