replaceClosing()
Last updated
Was this helpful?
Last updated
Was this helpful?
Wrapper.replaceClosing()
Replaces given chars with a given at the end of the given .
text: string
The text of type in which given characters are replaced by a given replacement .
closing: string
The closing chars of the to replace by a given replacement value at the end of the given .
replaceValue: string
The replacement value of a type for the given characters in the given .
The return value is the given of type with a replaced chars by a given or the specified unchanged if it does not contain the given chars.