Structs

The following structs are available globally.

  • A dateformatter which provides default DateFormatter converts string to Date object.

    See more

    Declaration

    Swift

    public struct DateFormat
  • A Regexp holds a regular expression, used to match a pattern against strings. Regexps are created using the "xyz".regex and by init(pattern:) constructor.

    See more

    Declaration

    Swift

    public struct Regex