Eliminates a specific char from the whole string.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
StrTrimAll | String | Synchronous | Supported | Supported | Supported |
StrTrimAll( strReference, optStrTrimChar )
Returns a string equal to strReference minus the characters removed by the function.
Tag Name | Expression |
---|---|
Tag | StrTrimAll( "Studio version 7.0 ", " ") // Returned value = "Studioversion7.0" |