String

@frozen
public extension String
  • Helper function that creates a new String from a given integer range

    Declaration

    Swift

    subscript(integerRange: Range<Int>) -> String { get }
  • Function that trims the whitespace from the beginning and end of a string.

    Declaration

    Swift

    internal func trimWhitespace() -> String