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
- YAML
- JSON
- XML
match: string
value: string
{
"match": "string",
"value": "string"
}
<normalizationReplace>
<match>string</match>
<value>string</value>
</normalizationReplace>
Properties
| Property | Type | Required | Default |
|---|---|---|---|
match | string | No | - |
value | string | No | - |
Property Details
match
Regular expression for the text to match.
value
The replacement text.