This activity allows removing symbols from the text and store result in variable.
Parameters
Input parameters
Parameter | Description | Example |
This string | String from which all leading and trailingoccurrences of trim symbols will be removed. | Any string |
This symbols | Symbols to be removed. | Any symbols |
Variable:string | Trimmed string. |
Example