CommonStringPartitionReplace CallableCommonStringPartitionReplace<T>(string, replacers): (string | T)[]Partition the string into separate parts using the given replacer keys, replacing them with replacer valuesParametersstring: stringreplacers: Record<string, T>An object with replacements. Note that Node elements are cloned prior to the replacementReturns (string | T)[]
Partition the string into separate parts using the given replacer keys, replacing them with replacer values