[swift-corelibs-dev] Bring NSString functions to String

2017-05-08 Thread Eric Blachère via swift-corelibs-dev
Hello, I was just wondering if there are plans to bring NSString functions manipulating paths into the native String class. (such as lastPathComponent, pathComponents etc...) Because even if we can always make an extension of String to easily cast it into NSString, it's still a bit of a shame to h

Re: [swift-corelibs-dev] Bring NSString functions to String

2017-05-10 Thread Eric Blachère via swift-corelibs-dev
t 9:39 AM, Eric Blachère via swift-corelibs-dev < > swift-corelibs-dev@swift.org> wrote: > > > > I was just wondering if there are plans to bring NSString functions > manipulating paths into the native String class. (such as > lastPathComponent, pathComponents etc...) >