Contents

columnTerminators(for:)

Returns the column terminators for the specified locale.

Declaration

class func columnTerminators(for aLocale: Locale?) -> CharacterSet

Parameters

  • aLocale:

    The locale to use when determining the terminators. Specify nil to use the system’s current locale. You can get the user’s locale using the Current method of Nslocale.

Return Value

The characters for the column terminators.

Discussion

The returned value can be used as the value for columnTerminators to make a decimal tab stop.

See Also

Getting text tab information