Scalar Matching - Equal to
Description | Operands | Returns | Example |
---|---|---|---|
To be used in conjunction with EQ (See Equal to) for scalar matching=false. | 2 expressions. | true — if expression Arg1 matches the given regular expression Arg2.
false — if expression Arg1 does not matche the given regular expression Arg2. |
Arg1 !=~ Arg2 |
Copyright © Cloud Software Group, Inc. All rights reserved.