regexPair: {
    regex: RegExp;
    replace: string;
}

A regular expression and the replacement string expression to be used in a String.replace() command.

Type declaration

  • regex: RegExp
  • replace: string

Generated using TypeDoc