digitalbazaar / jsonld.js

A JSON-LD Processor and API implementation in JavaScript
https://json-ld.org/
Other
1.64k stars 195 forks source link

Improve regex usage. #532

Open davidlehn opened 10 months ago

davidlehn commented 10 months ago

Where appropriate, change usage of str.match(regex) to regex.test(str) with a const regex.