awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

Awesome GitHub RepositoriesPattern Escaping

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.

Awesome Pattern Escaping GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • isaacs/node-globAvatar isaacs

    isaacs/node-glob

    8,710Vezi pe GitHub↗

    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.

    TypeScript
    Vezi pe GitHub↗8,710
  1. Home
  2. Development Tools & Productivity
  3. File Pattern Matching
  4. Pattern Escaping