static replaceOpening()
Last updated
Was this helpful?
Last updated
Was this helpful?
Wrapper.replaceOpening()
Replaces given chars with a given at the beginning of the given .
text: string
The text of type in which the given chars are replaced by a given .
opening: string
The opening chars of the to replace by a given at the beginning 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.