Gezidao

Find and Replace

Replace text with case, whole-word and regex options.

Report an issue

Advertisement

AHow to use

  1. 01 Paste the text, then enter what to find and what to replace it with.
  2. 02 Toggle case sensitivity, whole words or regex mode as needed.
  3. 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