In the past couple of weeks I’ve mentioned Swift extensions for aiding cryptography and extensions for working with dates.
Here’s an open source library extending Swift’s string capability further called Swift String Tools from Jamal Kharrat.
Some of the functions the included String helpers allow you to perform are:
– Get the language of the string
– Check if a string can be used in a tweet
– Check if a string contains a Date
– Convert a string of dates to an array of dates
– Check if a string contains a URL
You can find Swift String Tools on Github here.
A nice collection of Swift String helpers.
- Extensive Swift Utility Library Inspired By Python’s Standard Library
- An Open Source Swift Library For Easily Creating Much More Useful Logging Statements
- A In-Depth Case Study On The Usage Of Swift Optionals
- Open Source Library For Easy and Clean Asynchronous Flow Control In Swift
- Open Source iOS Component For Creating Great Looking Custom Alert Views Made With Swift
Original article: Open Source Library Extending Swift Strings With Linguistics And Social Features
©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.




