>> Contains

Symbol

Symbol

Preferred

5.0

>> performs checks to see if the string defined by the left parameter contains the string defined by the right parameter. It returns True if it does or False otherwise.

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

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

>> Contains