Hands up everyone who can remember how to work with Swift strings, especially when it comes to substrings and ranges? …. Nobody? Me neither. So I decided that I would work it out once and create myself a library to make it easy for myself in the future. And then I thought that other people might like it too. So I have created my first open sourced project. Strings in Swift # Swift’s string handling is amazing. It is truly Unicode-compliant, so a Swift String doesn’t care whether your st...