* Indicates if the string has been changed.
()
| 1110 | * Indicates if the string has been changed. |
| 1111 | */ |
| 1112 | hasChanged(): boolean { |
| 1113 | return this.original !== this.toString() |
| 1114 | } |
| 1115 | |
| 1116 | /** @internal */ |
| 1117 | _replaceRegexp(searchValue: RegExp, replacement: string | ReplacementFunction): this { |