Platforms to show: All Mac Windows Linux Cross-Platform

Back to PCRE2MatchDataMBS class.

PCRE2MatchDataMBS.DataSize as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the size, in bytes, of the match data block that is its argument.

(Read only property)

PCRE2MatchDataMBS.Mark as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the last (*MARK), (*PRUNE), or (*THEN) name that was encountered during the matching process.

The name is within the compiled pattern.
(Read only property)

PCRE2MatchDataMBS.OffsetVectorCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the number of pairs of offsets in the ovector that forms part of the given match data block.

(Read only property)

PCRE2MatchDataMBS.StartPosition as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the position of the character at which the successful match started.

For a non-partial match, this can be different to the value of CharactersOffsetVector(0) if the pattern contains the \K escape sequence. After a partial match, however, this value is always the same as CharactersOffsetVector(0) because \K does not affect the result of a partial match.
(Read only property)

PCRE2MatchDataMBS.Text as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The text used to match against.

(Read and Write property)

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


The biggest plugin in space...