I am looking for a JavaScript RegEx that matches all woff
and woff2
files that start with a particular String, i.e. MyFont
.
The following examples should match:
MyFont-bold.woff
MyFont-light.woff2
The following example should not match:
GoogleFont-bold.woff
SomeOtherFont-light.woff2
MyFont-something.css