Builder

class Builder

Properties

Link copied to clipboard
var from: String?

The regular expression string to be replaced. Special regex characters such as [ and ] must be escaped using \\ when using double quotes and with \ when using single quotes. For more information, see Class Pattern on the Oracle web site.

Link copied to clipboard

The key to modify

Link copied to clipboard
var to: String?

The string to be substituted for each match of from