Builder

class Builder

Properties

Link copied to clipboard

The regular expression to match in the input string. The maximum length of the string is 1,024 characters.

Link copied to clipboard

The replacement string to use when rewriting the matched input. The maximum length of the string is 1,024 characters. You can specify capture groups in the regular expression (for example,

$1 and $

2).