Rewrite content rule examples
This table provides examples of rewrite content rule use cases and their results.
Example description | Original content | Content type | Find criteria | Replacement value | Modified text |
---|---|---|---|---|---|
Rewrite URL portion of a web link |
|
|
|
|
|
Case-sensitive text replacement |
ACMEcorp |
|
Ecorp |
|
ACME Corporation |
Value masking |
|
|
|
|
|
Replacing text inside a specified element using Java regex groups |
This text is bold. |
|
|
|
This text is not bold. |
Case-insensitive text replacement using a Java regex match flag |
HTTP |
|
|
|
FTP |