regexRewrite property

RegexRewrite? regexRewrite
getter/setter pair

The regex rewrite to be applied to the URL.

Only one ofpathPrefixRewrite, pathTemplateRewrite, orregexRewrite may be specified.

Implementation

RegexRewrite? regexRewrite;