Skip to content

Instantly share code, notes, and snippets.

@wotjd
Created July 22, 2019 03:08
Show Gist options
  • Save wotjd/09bafdb23cc746d6e2ccd5c645ae95d1 to your computer and use it in GitHub Desktop.
Save wotjd/09bafdb23cc746d6e2ccd5c645ae95d1 to your computer and use it in GitHub Desktop.
특정 문자열 치환
import Foundation
let uuid = NSUUID().uuidString //"3B156152-8CD1-4845-A85C-1722AACC2453"
uuid.replacingOccurrences(of: "-", with: "") //"3B1561528CD14845A85C1722AACC2453"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment