Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. {% assign input = "A,B,C" | split:"," %}
  2.  
  3. {% unless input contains 'A' %}No A{% endunless %}
  4.  
  5. {% unless input contains 'Z' %}No Z{% endunless %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement