Platforms to show: All Mac Windows Linux Cross-Platform

Back to PCRE2CodeMBS class.

Previous items

PCRE2CodeMBS.NotEmptyAtStart as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
An empty string at the start of the subject is not a valid match.

(Read and Write property)

PCRE2CodeMBS.NotEOL as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Subject is not the end of a line.

(Read and Write property)

PCRE2CodeMBS.NoUTFCheck as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Do not check the subject or replacement for UTF validity (only relevant if UTF was set at compile time)

(Read and Write property)

PCRE2CodeMBS.Options as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The option flags.

You usually set the boolean properties to turn flags here on/off.
(Read and Write property)

PCRE2CodeMBS.PartialHard as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Return -2 from Match() for a partial match even if there is a full match.

(Read and Write property)

PCRE2CodeMBS.PartialSoft as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Return -2 from Match() for a partial match if no full matches are found.

(Read and Write property)

PCRE2CodeMBS.Size as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Size of compiled pattern.

(Read only property)

PCRE2CodeMBS.SubstituteExtended as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Do extended replacement processing.

(Read and Write property)

PCRE2CodeMBS.SubstituteGlobal as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Replace all occurrences in the subject.

(Read and Write property)

Some examples using this property:

PCRE2CodeMBS.SubstituteLiteral as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The replacement string is literal.

(Read and Write property)

PCRE2CodeMBS.SubstituteMatched as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Use pre-existing match data for 1st match.

(Read and Write property)

PCRE2CodeMBS.SubstituteOverflowLength as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
If overflow, compute needed length.

(Read and Write property)

PCRE2CodeMBS.SubstituteReplacementOnly as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Return only replacement string(s).

(Read and Write property)

PCRE2CodeMBS.SubstituteUnknownUnset as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Treat unknown group as unset.

(Read and Write property)

PCRE2CodeMBS.SubstituteUnsetEmpty as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Simple unset insert = empty string.

(Read and Write property)

Previous items

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


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