[swift-users] [swift-dev] String Processing in Swift
Jacob Bandes-Storch
jtbandes at gmail.com
Thu Dec 29 13:59:03 CST 2016
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 interested in NSLinguisticTagger:
http://nshipster.com/nslinguistictagger/
On Thu, Dec 29, 2016 at 11:17 AM, Muhammad Tahir Vali via swift-dev <
swift-dev at swift.org> wrote:
> 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 mastering it
> in Swift? Yes, I know I can read string related swift files in the standard
> lib GitHub but one usually takes a certain approach to gain a conceptual
> understanding. Im minoring in Computational Linguistics so I want to apply
> my knowledge in that field using swift.
>
> Thank you for your help.
>
> --
> Best Regards,
>
> Muhammad T. Vali
>
> _______________________________________________
> swift-dev mailing list
> swift-dev at swift.org
> https://lists.swift.org/mailman/listinfo/swift-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20161229/d9f66d6d/attachment.html>
More information about the swift-users
mailing list