active-charging service ruledef www url
Configures rule expressions to match URL.
Syntax
www url [ case-sensitive ] operator url
case-sensitive
Specify that the rule expression be case-sensitive. By default, rule expressions are not case-sensitive.
operator
Specify how to match.
Must be one of the following:
!= : Does not equal.
!contains : Does not contain.
!ends-with : Does not end with.
!starts-with : Does not start with.
= : Equals.
contains : Contains.
ends-with : Ends with.
regex : Regular expression.
starts-with : Starts with.
url
Specify the URL to match.
Must be a string.
Usage Guidelines
Use this command to configure the rule expressions to match URLs.