String0to00256DT
mandatory |
-
extNetSelRegExpression
-
This parameter defines a regular expression to be used on an "original value". The "original value" is a Request URI and the regular expression is a "Modify Operand" to a "Modify Operation". The regular expression contains a match and substitution rule separated by "/". POSIX 1003.2 extended regular expression is used, with the exception that "\d" is not supported. It is possible to either consider or ignore case when applying a regular expression. If hexadecimal digits (that is, over-decadic) are to be matched on the "original value", it is recommended to set the case insensitive option to "i" because the over-decadic digits may be converted between upper and lower case by the network.
The format contains three parts, using "/" as separator: /[regex]/[string]/(i) Where [regex] specifies the matching rule of the "original value", and [string] specifies the modification rule of the "original value". The optional "i" specifies that the matching shall ignore case. An omitted "i" makes the matching case sensitive.
|