RegexTester
RegexTester Component
Playground
Pattern
Test String
ResultsNo matches
Hello World
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| pattern | text | — | |
| flags | text | — | |
| testString | text | — |
Default
Pattern
Test String
ResultsNo matches
Hello World
WithMatches
Pattern
Test String
Results4 matches
Hello World foo bar boo
NoMatch
Pattern
Test String
ResultsNo matches
The quick brown fox
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
flags | text | — | Regex flags |
pattern | text | — | Regex pattern |
testString | text | — | Test string |
Using RegexTestertsx
import { RegexTester } from '@/components/RegexTester'
<RegexTester
pattern="..."
flags="..."
testString="..."
/>Tokens Used
No design tokens detected