truffle-ts API reference - v0.4.2
    Preparing search index...

    Function wildcardToRegex

    • Convert a pure glob pattern to an anchored regex. * -> .*, ? -> ., everything else escaped; a user-written .* is preserved. Mirrors Go wildcardToRegex, using a sentinel to protect ".*" across the escape step.

      Parameters

      • pattern: string

      Returns string