Regex Tester
Test and debug regular expressions in real time
Category
How to Use
- Enter regular expression above
- Select flags (g/i/m/s)
- Enter test string below, matches are highlighted in real time
Examples
-
Match numbers
Input:
Pattern: \d+ Test: abc123def456Output:
2 matches: 123, 456
FAQ
- What do the g/i/m/s flags mean?
- g=global match, i=case insensitive, m=multiline mode, s=dot matches newline.
- What regex syntax is supported?
- JavaScript regex syntax including capture groups, character classes, quantifiers, anchors, etc.
Related tools
- UUID Generator
Batch generate UUID v4 with one-click copy
- Timestamp Converter
Convert between timestamps and date/time formats
- Hash Generator
Compute MD5, SHA1, SHA256 hash values
- GPU Stress Test
FurMark-like browser stress test powered by Three.js WebGPU with real-time stability metrics
- GPU Benchmark
Run a fixed WebGPU scene for 60 seconds and sum per-second FPS as the final score
- WebNN NPU Compute Measurement
Estimate effective NPU compute available to the browser by running a WebNN NPU-only matrix multiplication workload
- Local AI Model Runner
Upload an ONNX model or enter a model download URL, then run browser-local inference with WebNN NPU/GPU first
- QR Code Generator
Generate custom QR codes with advanced features like colors, logo, and batch generation