Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSRegularExpressionMBS class.

NSRegularExpressionMBS.MatchingAnchored = 4

Type Topic Plugin Version
const Cocoa Regular Expressions MBS MacCocoa Plugin 21.1
One of the matching option constants.

Specifies that matches are limited to those at the start of the search range. See enumerateMatches for a description of the constant in context.

NSRegularExpressionMBS.MatchingCompleted = 2

Type Topic Plugin Version
const Cocoa Regular Expressions MBS MacCocoa Plugin 21.1
One of the regular matching progress constants.

Set when the Block is called after matching has completed.

NSRegularExpressionMBS.MatchingHitEnd = 4

Type Topic Plugin Version
const Cocoa Regular Expressions MBS MacCocoa Plugin 21.1
One of the regular matching progress constants.

Set when the current match operation reached the end of the search range.

NSRegularExpressionMBS.MatchingInternalError = 16

Type Topic Plugin Version
const Cocoa Regular Expressions MBS MacCocoa Plugin 21.1
One of the regular matching progress constants.

Set when matching failed due to an internal error.

NSRegularExpressionMBS.MatchingProgress = 1

Type Topic Plugin Version
const Cocoa Regular Expressions MBS MacCocoa Plugin 21.1
One of the regular matching progress constants.

Set when the Block is called to report progress during a long-running match operation.

NSRegularExpressionMBS.MatchingReportCompletion = 2

Type Topic Plugin Version
const Cocoa Regular Expressions MBS MacCocoa Plugin 21.1
One of the matching option constants.

Call the Block once after the completion of any matching. This option has no effect for methods other than enumerateMatches. See enumerateMatches for a description of the constant in context.

NSRegularExpressionMBS.MatchingReportProgress = 1

Type Topic Plugin Version
const Cocoa Regular Expressions MBS MacCocoa Plugin 21.1
One of the matching option constants.

Call the Block periodically during long-running match operations. This option has no effect for methods other than enumerateMatches. See enumerateMatches for a description of the constant in context.

NSRegularExpressionMBS.MatchingRequiredEnd = 8

Type Topic Plugin Version
const Cocoa Regular Expressions MBS MacCocoa Plugin 21.1
One of the regular matching progress constants.

Set when the current match depended on the location of the end of the search range.

NSRegularExpressionMBS.MatchingWithoutAnchoringBounds = 16

Type Topic Plugin Version
const Cocoa Regular Expressions MBS MacCocoa Plugin 21.1
One of the matching option constants.

Specifies that ^ and $ will not automatically match the beginning and end of the search range, but will still match the beginning and end of the entire string. This constant has no effect if the search range contains the entire string. See enumerateMatches for a description of the constant in context.

NSRegularExpressionMBS.MatchingWithTransparentBounds = 8

Type Topic Plugin Version
const Cocoa Regular Expressions MBS MacCocoa Plugin 21.1
One of the matching option constants.

Specifies that matching may examine parts of the string beyond the bounds of the search range, for purposes such as word boundary detection, lookahead, etc. This constant has no effect if the search range contains the entire string. See enumerateMatches for a description of the constant in context.

NSRegularExpressionMBS.RegularExpressionAllowCommentsAndWhitespace = 2

Type Topic Plugin Version
const Cocoa Regular Expressions MBS MacCocoa Plugin 21.1
One of the regular expression options constants.

Ignore whitespace and #-prefixed comments in the pattern.

NSRegularExpressionMBS.RegularExpressionAnchorsMatchLines = 16

Type Topic Plugin Version
const Cocoa Regular Expressions MBS MacCocoa Plugin 21.1
One of the regular expression options constants.

Allow ^ and $ to match the start and end of lines.

NSRegularExpressionMBS.RegularExpressionCaseInsensitive = 1

Type Topic Plugin Version
const Cocoa Regular Expressions MBS MacCocoa Plugin 21.1
One of the regular expression options constants.

Match letters in the pattern independent of case.

NSRegularExpressionMBS.RegularExpressionDotMatchesLineSeparators = 8

Type Topic Plugin Version
const Cocoa Regular Expressions MBS MacCocoa Plugin 21.1
One of the regular expression options constants.

Allow . to match any character, including line separators.

NSRegularExpressionMBS.RegularExpressionIgnoreMetacharacters = 4

Type Topic Plugin Version
const Cocoa Regular Expressions MBS MacCocoa Plugin 21.1
One of the regular expression options constants.

Treat the entire pattern as a literal string.

NSRegularExpressionMBS.RegularExpressionUseUnicodeWordBoundaries = 64

Type Topic Plugin Version
const Cocoa Regular Expressions MBS MacCocoa Plugin 21.1
One of the regular expression options constants.

Use Unicode TR#29 to specify word boundaries (otherwise, traditional regular expression word boundaries are used).

NSRegularExpressionMBS.RegularExpressionUseUnixLineSeparators = 32

Type Topic Plugin Version
const Cocoa Regular Expressions MBS MacCocoa Plugin 21.1
One of the regular expression options constants.

Treat only \n as a line separator (otherwise, all standard line separators are used).

The items on this page are in the following plugins: MBS MacCocoa Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...