Skip to main content

NormalizationReplace

Replace URL text.

Notes

Defines a URL search-and-replace rule used during URL normalization. A regular expression identifies the text to match, and a replacement string substitutes it in the URL.

Usage

match: string
value: string

Properties

PropertyTypeRequiredDefault
matchstringNo-
valuestringNo-

Property Details

match

Regular expression for the text to match.

value

The replacement text.