Remove all vipers from a string.
Syntax
Smartsite SXML | Copy Code |
---|---|
string string.removevipers(string s) string string.removevipers(string s, string replacement) |
Parameters
Name | Data Type | Description |
---|---|---|
s | String | The source string |
replacement | String | Replacement value. Default is empty string. |
Return Value
Data Type | Description |
---|---|
String | The string vithout vipers. |