Skip to content

Instantly share code, notes, and snippets.

@dlo
Created January 13, 2017 20:52
Show Gist options
  • Save dlo/c5d58d385c1ddcb009f19479ec2ac15c to your computer and use it in GitHub Desktop.
Save dlo/c5d58d385c1ddcb009f19479ec2ac15c to your computer and use it in GitHub Desktop.
let r = try! NSRegularExpression(pattern: ".", options: [])
while true {
r.stringByReplacingMatches(in: "", options: [], range: NSRange(), withTemplate: "")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment