We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Compiling wildcards to JavaScript can be several times faster than using the built-in shExpMatch, which uses RegExp internally.
shExpMatch
RegExp
However, compiled JavaScript is longer and more difficult to read.