Option

public enum Option : Hashable

Special options available to control the output of TextFormat.

  • Modify the any control characters found in the entry.

    Declaration

    Swift

    case controlCharacters(Action)
  • Actions available for controlCharacters(Action) Option.

    See more

    Declaration

    Swift

    public enum Action