Input String | Text string. |
From String | Text string; must have the same number of characters as the To String. |
To String | Text string; must have the same number of characters as the From String. |
Function | STR_XLATE ("Why/-are/-you/-here/-?", "/-", ">_") |
Result | Why>_are>_you>_here>_? |