Pattern Validator

Validate glob patterns and test paths. See which paths match (e.g. src/**/*.ts, *.json).

About this tool

Enter a glob pattern (e.g. *.js, src/**/*.ts, *.{json,yaml}) and a list of paths (one per line). Invalid patterns show an error; valid ones show which paths match.

Click "Test" to run the glob pattern against the paths.