Replace
Replaces the first string value with the second string value anywhere it is found in the variable.
Replace(1, 2, 3)
Ordinal | Type | Description | |
---|---|---|---|
1 | string | Required | Variable with value to replace |
2 | string | Required | String to replace |
3 | string | Required | String used as replacement |
Given @name=The 2007 model is better.
System returns: