Character

extension Character
  • Indicates whether self character represents a decimal digit.

    Declaration

    Swift

    fileprivate var isDecDigit: Bool { get }
  • Indicates whether self represents an hexadecimal digit.

    Declaration

    Swift

    fileprivate var isHexDigit: Bool { get }
  • /// Indicates whether self represents an octal digit.

    Declaration

    Swift

    fileprivate var isOctDigit: Bool { get }
  • Indicates whether self represents a binary digit.

    Declaration

    Swift

    fileprivate var isBinDigit: Bool { get }
  • Indicates whether self represents an operator.

    Declaration

    Swift

    fileprivate var isOperator: Bool { get }