Skip to main content
DevToys
Testers

Glob pattern tester

Check which paths a glob pattern matches

Glob pattern
Paths to test
3 of 6 matched
  • src/index.ts
  • src/features/tools/catalog.ts
  • src/features/tools/catalog.test.ts
  • docs/readme.md
  • .github/workflows/deploy.yml
  • node_modules/react/index.js
How to use / Notes

How to use

  1. Enter a glob pattern (e.g. src/**/*.ts).
  2. Enter paths to test, one per line.
  3. See which paths match.

Notes

  • Glob semantics differ subtly between tools (bash, git, libraries).
  • Handling of dotfiles and ** is implementation-dependent.