Action

public enum Action

Actions available for controlCharacters(Action) Option.

  • Strip the characters from the message.

    Declaration

    Swift

    case strip
  • Backslash escape the characters.

    Declaration

    Swift

    case escape