SwiftString
SwiftString copied to clipboard
A comprehensive, lightweight string extension for Swift
build fail
 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?
`"abcdefgh"[4..
when i'm import SwiftString i'm todo: var name = "arden" name.length name.isEmpty() then ambiguous errors
Would be really nice!