Find and Replace
Replace text with case, whole-word and regex options.
Advertisement
AHow to use
- 01 Paste the text, then enter what to find and what to replace it with.
- 02 Toggle case sensitivity, whole words or regex mode as needed.
- 03 Copy the replaced result — the counter shows how many matches were made.
QFAQ
Can I use capture groups? +
Yes — turn on regex mode and reference groups as $1, $2… in the replacement, for example swapping (\d{4})-(\d{2}) to $2/$1.
Is whole-word matching safe for Chinese? +
Word boundaries are a Latin-script concept; for Chinese text leave whole-word off and match character sequences directly.
→Related tools
→
Word Counter
Live word, character, sentence and paragraph counts for any text.
→
Case Converter
Convert text to UPPERCASE, lowercase, Title Case, camelCase, snake_case and more.
→
Remove Duplicate Lines
Delete repeated lines from any list, with tidy-up options.
→
Sort Lines
Sort list lines A–Z, numerically, by length — or shuffle them.