Platforms to show: All Mac Windows Linux Cross-Platform

Back to RegExMBS class.

Previous items

RegExMBS.InfoNameCount as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 13.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries number of names defined in the pattern.

Only valid after pattern was compiled.
(Read only property)

RegExMBS.InfoSize as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 13.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries the size of the compiled pattern.

Only valid after pattern was compiled.
(Read only property)

RegExMBS.InfoStudySize as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 13.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries the study details size.

Only valid after calling Study.
(Read only property)

RegExMBS.Lasterror as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 6.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The last error code reported.

0 is no error and -1 is some parameter error.
See Error* constants for other values.
(Read only property)

RegExMBS.MatchLimit as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 13.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The match limit.

You can set it to a limit value. If set to zero, the plugin will use the default.

The default value for the limit can be set when PCRE is built; the default default is 10 million, which handles all but the most extreme cases. You can override the default by setting this property.
(Read and Write property)

RegExMBS.MatchLimitRecursion as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 13.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The limit for recursion.

The MatchLimitRecursion field is similar to MatchLimit, but instead of limiting the total number of times that match() is called, it limits the depth of recursion. The recursion depth is a smaller number than the total number of calls, because not all calls to match() are recursive. This limit is of use only if it is set smaller than MatchLimit.

Limiting the recursion depth limits the amount of stack that can be used.

The default value for MatchLimitRecursion can be set when PCRE is built; the default default is the same value as the default for MatchLimit. You can override the default by setting this property. If value is zero, the plugin uses the default.
(Read and Write property)

RegExMBS.Text as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 6.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The text used for the last successfull compile call.

(Read only property)

RegExMBS.TextMemory as Memoryblock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 6.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The text used for the last successfull compiletext call.

(Read only property)

RegExMBS.VectorSize as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Regular Expressions MBS RegEx Plugin 13.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The internal vector size.

(Read only property)

Previous items

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


The biggest plugin in space...