Re: [swift-dev] String Processing in Swift

2017-01-03 Thread Jacob Bandes-Storch via swift-dev
Moving to swift-users. (swift-dev to BCC; swift-dev is for compiler development.) It's also important to know about the methods available on NSString, which are exposed on the String type when you import Foundation: https://developer.apple.com/reference/foundation/nsstring You might also be inter

[swift-dev] String Processing in Swift

2016-12-29 Thread Muhammad Tahir Vali via swift-dev
Hello, Im interested in learning how to do string processing in Swift. Bare with me as I am a college student. Ive done basic regex with java and Its still confusing to me. Ive had good amount of practice with swift and programming. Whats the ideal approach to mastering string processing and mast