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
Var Compiler As New PCRE2CompilerMBS

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

Var code As PCRE2CodeMBS = Compiler.Compile
Var 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.

Blog Entries

Xojo Developer Magazine

Some methods using this class:

Some related classes:


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


PaletteCalculatorMBS   -   PCRE2CodeMBS


The biggest plugin in space...