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