\b\w+\b — match whole words
(\w+)\s+\1 — find repeated words
^\s+ — match leading whitespace on each line
Find and replace text instantly online. Supports plain text and regular expressions with case-insensitive matching. Shows replacement count. Free — runs entirely in your browser.
Input Text
Result
Markdown → HTML
Convert Markdown to clean HTML instantly. Supports GFM, tables, code blocks, and more.
Case Converter
Convert text to camelCase, PascalCase, snake_case, kebab-case, and more — all at once.
HTML → Markdown
Convert HTML to clean Markdown instantly. Supports headings, links, lists, tables, and code blocks.
Enable Regex to use JavaScript regular expression patterns in the Find field. Back-references like $1 work in the Replace field.
\b\w+\b — match whole words
(\w+)\s+\1 — find repeated words
^\s+ — match leading whitespace on each line
We use cookies to display ads via Google AdSense and to analyze aggregate traffic. Your input data is never stored or uploaded. Privacy Policy