diff --git a/Content/Guides/shared/chunk/option-value-pairs.htm b/Content/Guides/shared/chunk/option-value-pairs.htm index e71303037..ec914e9d3 100644 --- a/Content/Guides/shared/chunk/option-value-pairs.htm +++ b/Content/Guides/shared/chunk/option-value-pairs.htm @@ -226,6 +226,11 @@
Replaces a substring at the beginning of the key with another string. Only prefixes can be replaced. For example, replace-prefix(".class", ".patterndb") changes the beginning tag .class to .patterndb
This option was called replace() in
Converts all keys to lowercase. Only characters included in the US ASCII are supported.
+Similar to --shift, but instead of cutting characters, it cuts dot-delimited "levels" in the name (including the initial dot). For example, --shift-levels 2 deletes the prefix up to the second dot in the name of the key: .iptables.SRC becomes SRC
Converts all keys to uppercase. Only characters included in the US ASCII are supported.
+