A Boolean value indicating whether this character changes under any form of case conversion.
SDK
- Xcode 10.2+
Framework
- Swift Standard Library
Declaration
var isCased: Bool { get }
A Boolean value indicating whether this character changes under any form of case conversion.
SDK
Framework
var isCased: Bool { get }
var is Uppercase: Bool
A Boolean value indicating whether this character is considered uppercase.
func uppercased() -> String
Returns an uppercased version of this character.
var is Lowercase: Bool
A Boolean value indicating whether this character is considered lowercase.
func lowercased() -> String
Returns a lowercased version of this character.