How can I do this in nim? I couldn't find a example anywhere.
import strutils var text = "asd blank qwe" if "blank" in text: echo "Found"