Skip to content

kendimaru/SwiftString

Repository files navigation

SwiftString

SwiftString is a lightweight String extension for Swift. This library was launched under the inspiration of many SwiftString repositories on GitHub.

How to use

This library implement only two extensions of signature of subscript, those are thought as need for, by Author.

let str = "abcdefg"
str[3..<6] // "def"
str[3...5] // "def"

For now, that's everything.

Import to your project

Intended to import over XCode built-in package dependency management.

Author

kendimaru (長尾賢志), kendimaru2@gmail.com

License

SwiftString is available under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages