* Indicates if the string has been changed.
()
| 1153 | * Indicates if the string has been changed. |
| 1154 | */ |
| 1155 | hasChanged(): boolean { |
| 1156 | return this.original !== this.toString() |
| 1157 | } |
| 1158 | |
| 1159 | /** @internal */ |
| 1160 | _replaceRegexp(searchValue: RegExp, replacement: string | ReplacementFunction): this { |