Skip to content

Instantly share code, notes, and snippets.

@luisvonmuller
Last active August 2, 2020 16:02
Show Gist options
  • Save luisvonmuller/bbe29361bd0a53a9890ddce048f7876e to your computer and use it in GitHub Desktop.
Save luisvonmuller/bbe29361bd0a53a9890ddce048f7876e to your computer and use it in GitHub Desktop.
gist, match contains
match stxt {
stxt.contains("ana") => {
//dosomething
},
stxt.contains("woobs") => {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment