!>> Not Contains

Symbol

Symbol

Preferred

7.0

!>> performs a check to see if the string defined by the left parameter does not contain the string defined by the right parameter. It returns True if it does not, or False otherwise.

[If: Left_Parameter !>> Right_Parameter]
...
[/If]

<?LassoScript
If: Left_Parameter !>> Right_Parameter;
...
/If;
?>

!>> Not Contains