Platforms to show: All Mac Windows Linux Cross-Platform
Back to NSTextCheckingResultMBS class.
Checking Types
NSTextCheckingResultMBS.NSTextCheckingAllCustomTypes = &hffffffff00000000
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Checking types that can be used by clients.
NSTextCheckingResultMBS.NSTextCheckingAllSystemTypes = &hffffffff
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Checking types supported by the system. The first 32 types are reserved.
NSTextCheckingResultMBS.NSTextCheckingAllTypes = &hffffffffffffffff
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
All possible checking types, both system- and user-supported.
NSTextCheckingResultMBS.NSTextCheckingTypeAddress = 16
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Attempts to locate addresses.
NSTextCheckingResultMBS.NSTextCheckingTypeCorrection = 512
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Performs autocorrection on misspelled words.
NSTextCheckingResultMBS.NSTextCheckingTypeDash = 128
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Replaces dashes with em-dashes.
NSTextCheckingResultMBS.NSTextCheckingTypeDate = 8
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Attempts to locate dates.
NSTextCheckingResultMBS.NSTextCheckingTypeGrammar = 4
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Checks grammar.
NSTextCheckingResultMBS.NSTextCheckingTypeLink = 32
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Attempts to locate URL links or emails.
NSTextCheckingResultMBS.NSTextCheckingTypeOrthography = 1
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Attempts to identify the language
NSTextCheckingResultMBS.NSTextCheckingTypePhoneNumber = 2048
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Matches a phone number.
NSTextCheckingResultMBS.NSTextCheckingTypeQuote = 64
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Replaces quotes with smart quotes.
NSTextCheckingResultMBS.NSTextCheckingTypeRegularExpression = 1024
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Matches a regular expression.
NSTextCheckingResultMBS.NSTextCheckingTypeReplacement = 256
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Replaces characters such as (c) with the appropriate symbol (in this case ©).
NSTextCheckingResultMBS.NSTextCheckingTypeSpelling = 2
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Checks spelling.
NSTextCheckingResultMBS.NSTextCheckingTypeTransitInformation = 4096
Type | Topic | Plugin | Version |
const | Cocoa Regular Expressions | MBS MacCocoa Plugin | 19.1 |
Matches a transit information, for example, flight information.
The items on this page are in the following plugins: MBS MacCocoa Plugin.