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