Testers
Glob pattern tester
Check which paths a glob pattern matches
How to use / Notes
How to use
- Enter a glob pattern (e.g. src/**/*.ts).
- Enter paths to test, one per line.
- See which paths match.
Notes
- Glob semantics differ subtly between tools (bash, git, libraries).
- Handling of dotfiles and ** is implementation-dependent.