Platforms to show: All Mac Windows Linux Cross-Platform

PCRE2CodeInfoMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Regular Expressions MBS RegEx Plugin 22.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The class for inspecting callouts.
Example

Dim Compiler As New PCRE2CompilerMBS

// pattern with callout
compiler.Pattern = "A(?C3)B"

Dim code As PCRE2CodeMBS = Compiler.Compile
Dim codeInfo() As PCRE2CodeInfoMBS = code.Infos

break // look into debugger

This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

This class has no sub classes.

Some methods using this class:

Blog Entries

Xojo Developer Magazine


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


PaletteCalculatorMBS   -   PCRE2CodeMBS


The biggest plugin in space...