5 min read
2026-02-04
When moving a site to a new domain, replace all old URLs with new ones in one operation.
Did you copy the text from the site along with the tags? Remove them by replacing them with an empty string.
Bring all numbers to a single format: +7 (XXX) XXX-XX-XX.
Expand the abbreviations in the text: “since” → “since”, “etc.” → “so on.”
Replace delimiters in CSV: semicolon with comma or tab.
Replacing text fragments when translating the interface into another language.
Source format: first name; last name; email
Required format: first name, last name, email
Paste the data into [Find and Replace](/tools/text-replace)
Find: `;`
Replace: `,`
Done - format changed
See also: Removing duplicates, Sorting strings, Transliteration