Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Jacob-Tate/3d5371909f7cbdd80b00fa9e34caf3c6 to your computer and use it in GitHub Desktop.
Save Jacob-Tate/3d5371909f7cbdd80b00fa9e34caf3c6 to your computer and use it in GitHub Desktop.
var stringWithWhiteSpace = " The trimmingCharacters method, removes the whitespace at both ends of a string. "
var whiteSpaceRemoved = stringWithWhiteSpace.trimmingCharacters(NSCharacterSet.whitespaces)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment