UtilityKit
40+ fast, free tools. Most run in your browser only; Image & PDF tools upload files to the backend when you run them.
Glob Tester
Test glob patterns against newline file/path candidates.
About Glob Tester
Glob Tester validates pattern behavior before you put rules into CI, ignore files, or scripts. It supports common wildcard forms and returns matching lines immediately for faster debugging, so you can verify inclusion and exclusion rules confidently before they affect builds.
Why use Glob Tester
- Catch pattern mistakes early
- Debug include/exclude rules
- Test globs without command-line setup
How to use Glob Tester
- Enter a glob pattern
- Paste candidate paths line by line
- Run test and inspect matches
When to use Glob Tester
- Writing build filters
- Configuring linters/test runners
- Troubleshooting path matching
Frequently Asked Questions
What wildcards are supported?
Basic *, ?, and ** semantics are supported.
Can it test many paths at once?
Yes, one per line.
Does ** cross directories?
Yes.
Is this a filesystem scanner?
No, it only matches provided lines.
Is it browser-only?
Yes.