String replacement
Represents an exact match string replacement.
Note: to or from may be null or undefined, and will be tested using ===.
to
from
===
The value to replace.
May be null or undefined. The entire value must match using ===. When found, the to value is used instead.
null
undefined
The new value
Used instead of the from value.
Generated using TypeDoc
String replacement
Represents an exact match string replacement.
Note:
to
orfrom
may be null or undefined, and will be tested using===
.