Glob Pattern Tester
Test glob patterns against file paths with *, **, ?, [abc], [a-z], [!x], and {a,b} brace expansion. Convert glob to regex, explain each token, highlight matches, and resolve multi-pattern include/exclude sets. Four flavors: shell glob, .gitignore, minimatch/picomatch, and tsconfig. Toggle case-sensitivity, dot (hidden files), and globstar. Directory tree view, sample paths, presets, history (localStorage), and shareable URL. 100% client-side.
Test glob patterns against file paths with *, **, ?, [abc], [a-z], [!x], and {a,b} brace expansion. Convert glob to regex, explain each token, highlight matches, and resolve multi-pattern include/exclude sets. Four flavors: shell glob, .gitignore, minimatch/picomatch, and tsconfig. Toggle case-sensitivity, dot (hidden files), and globstar. Directory tree view, sample paths, presets, history (localStorage), and shareable URL. 100% client-side. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.