Skip to content

Instantly share code, notes, and snippets.

@romainmenke
Last active September 14, 2015 20:19
Show Gist options
  • Save romainmenke/6032b946d5d866d724a3 to your computer and use it in GitHub Desktop.
Save romainmenke/6032b946d5d866d724a3 to your computer and use it in GitHub Desktop.
var string = "Hello, playground"
var baseString = NSMutableString(string: string)
if baseString.containsString("Hello") {
// do things when "Hello" is found
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment