SwiftString icon indicating copy to clipboard operation
SwiftString copied to clipboard

A comprehensive, lightweight string extension for Swift

Results 14 SwiftString issues
Sort by recently updated
recently updated
newest added

![2016-03-21 4 11 39](https://cloud.githubusercontent.com/assets/1487051/13913838/3c201c08-ef85-11e5-8348-85c66d13c460.png) error message in attachment

Hello there, I would like to know if someone's already working on updating this library, and if not if you intend to, I would also like to help in this....

`rindexOf` is used to get the last occurrence of the given substring. It is a reverse version of `indexOf`. Sample usage as below: **rindexOf(substring)** ``` swift "hello".rindexOf("hell"), // 0 "helloll".rindexOf("ll"),...

update Podfile, @amayne

does SwiftString's subscript work this way intentionally?

when i'm import SwiftString i'm todo: var name = "arden" name.length name.isEmpty() then ambiguous errors

Would be really nice!