Appends the second string to the first if the first one doesn't end with the second one.
Syntax
Smartsite SXML | Copy Code |
---|---|
string string.appendifmissing(string s1, string s2) |
Parameters
Return Value
Data Type | Description |
---|---|
String | The concatenation of the two input strings. |