Replace String Manipulator

Find and replace sections of your text strings with other strings.

Replace - the string you want to replace.

With - the string you want to use to replace the contents of Replace.

The . (full-stop/period) symbol is a special character in regex which means 'match anything'. In order to match a . it needs to be escaped with a forward slash like \.

Last updated