Syntax |
REPLACE(Text, Text to find, Replace with text) |
Description |
Looks for<Text to find> in <Text> and replaces every occurrence with <Replace with text>. |
Example |
REPLACE("PrintShop Mail", " ", "") => PrintShopMail |
Text |
Any text expression or data field containing a text. |
Text to find |
Any text expression or data field containing a text. |
Replace with text |
String to replace occurrences of <Find string>. Any text expression or data field containing a text. |