1 repository
Mechanisms for escaping special characters in file patterns to treat them as literals.
Distinct from File Pattern Matching: Specifically handles glob magic character escaping for file matching, rather than security-focused string escaping or general string utility escaping.
Explore 1 awesome GitHub repository matching development tools & productivity · Pattern Escaping. Refine with filters or upvote what's useful.
node-glob is a Node.js library for finding and matching files and directories using glob patterns. It functions as a filesystem traversal tool and path resolution library, enabling the identification of entries within directory trees based on specific search criteria. The project features a virtual filesystem interface, allowing native filesystem methods to be replaced with custom objects. This enables pattern matching against mocked data or non-native storage systems. The toolkit covers a broad range of filesystem operations, including recursive directory traversal, path normalization acros
Implements functionality to escape glob magic characters so patterns can match exact filenames containing special characters.