StringFormat 0.0.1

StringFormat 0.0.1

Maintained by coderyi.



  • By
  • coderyi

CocoaPods

pod 'StringFormat'

Features

  • StringFormat
    • Date
    • DeviceType
    • Duration
    • Geo
    • Locale
    • Number
    • URLEscaping
  • String Extension
    • Image
    • URL
    • Emoji
    • Hash
    • Padding
    • File

Usage

StringFormat.stringForDeviceType() // iPhone
StringFormat.stringForDuration(122) // 2:02
StringFormat.isValidUrl("https://github.com") // true

var test: String = "hello"
test = test.rightJustified(width: 6) // " hello"

License

Released under MIT License.