replaceOpeningIn()
Wrapper.prototype.replaceOpeningIn()
Wrapper.prototype.replaceOpeningIn()public replaceOpeningIn(text: string, replaceValue: string): string {
return Wrapper.replaceOpening(text, this.opening, replaceValue);
}Parameters
text: string
text: stringreplaceValue: string
replaceValue: stringReturns
Example usage
Last updated