Replace all instances of the given text in the token with a substitute text value
The first parameter is the text to be removed, and the second parameter is the text that should be inserted
The delimiter between the parameters is the semicolon ‘;’
| Usage | Input | Result |
|---|---|---|
OrigFileName:replace(IMG;Image): |
IMG_1234 |
Image_1234 |
Resolution:replace(x; by ) |
1920×1080 |
1920 by 1080 |
ParentFolder:replace(Bday;Birthday) |
My Bday |
My Birthday |