Open heowc opened 4 years ago
The url is checked using String.includes(...). However, if this is a regular expression, it can be more usable.
String.includes(...)
Or glob pattern? Or both?
The url is checked using
String.includes(...)
. However, if this is a regular expression, it can be more usable.