!>> Not Contains
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]<?LassoScriptIf: Left_Parameter !>> Right_Parameter;.../If;?>