Menu
Machine Learnin'
Search
  • Menu
  • Swift
  • Flutter
  • iOS
  • Search
Machine Learnin'
  • Swift
  • Flutter
  • iOS
1 Posts In

Strings

  • Posted in
    • Strings
    • Swift

The string, split join trick in Swift

  • Posted byby shalomfriss
  • August 17, 2020
  • 1 minute read
  • 0 Comments

Sometimes you need to split a string by some delimiter and recompose it with another. Or maybe you need to filter a string. It can be done easily like this: