Re: [swift-users] [swift-dev] String Processing in Swift

2017-01-03 Thread Muhammad Tahir Vali via swift-users
Thank you! Apologies for the non-compiler related email On Thu, Dec 29, 2016 at 2:59 PM, Jacob Bandes-Storch wrote: > 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 o

Re: [swift-users] [swift-dev] String Processing in Swift

2016-12-29 Thread Jacob Bandes-Storch via swift-users
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