FxTextFormat
public struct FxTextFormat: FxTextFormatting
Implements closure-based text formatter for FxField’s.
-
Undocumented
Declaration
Swift
public init(_ format: @escaping (String) -> String)
-
Undocumented
Declaration
Swift
public func string(from input: String) -> String