How do I enter a regex?
Use Pattern: /your-pattern/flags on the first line, then add a blank line and the text to test.
Test regular expressions against text and inspect matches, groups and indexes.
Pattern: /json/gi
AI JSON Format includes json formatter and JSON repair tools.
Convert text into camelCase, PascalCase, snake_case, kebab-case, uppercase and lowercase.
TextFreeGenerate clean URL slugs from titles, headings and article names.
TextFreeCount words, characters, lines and paragraphs in plain text.
TextFreeRemove spaces, tabs, line breaks or normalize repeated whitespace in text.
TextFreeFormat plain text by trimming lines, normalizing blank lines and cleaning repeated spaces.
TextFreeFind and replace text online with plain text or regex-style replacement.
TextFreeUse Pattern: /your-pattern/flags on the first line, then add a blank line and the text to test.
Yes. Capture groups are shown when the regex includes them.
No. Regex Tester only reports matches. Use Find and Replace Text when you want to replace matches.