Regular Expressions (Regex) represent search patterns of characters designed for string matching.
Evaluate regular expressions locally with group outputs.
Evaluate regular expressions against target text. View match captures and groupings.
Regular Expressions (Regex) represent search patterns of characters designed for string matching.
Evaluate regular expressions locally with group outputs.
Convert text case to UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, and slugify-case.
Format, beautify, and validate JSON data. Compact/minify JSON code. Instant validation.
Encode plain text to Base64 format or decode Base64 strings back to text.
Encode strings to URL-safe percent encoding or decode percent-encoded URLs back.