Replace String Manipulator
Intro
Find and replace sections of your text strings with other strings.
UI
Replace - Enter the part of the string to be replaced.
With - Enter the string to replace the contents of Replace.
info
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 \.