MBS Plugin Documentation
Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchie
New in Version 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 8.0 8.1 8.2 8.3 8.4 8.5 8.6 8.7 9.0
The list of the themes, classes, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The plugin MBS RegEx Plugin:
- method Version as string
- method Compile(pattern as string) as boolean
- method CompileMemory(pattern as memoryblock, ByteOffset as integer) as boolean
- method Study as boolean
- method Execute(text as string, start as integer) as integer
- method ExecuteMemory(text as memoryblock, ByteOffset as integer, ByteLength as integer) as integer
- method Offset(index as integer) as integer
- method OffsetCharacters(index as integer) as integer
- method Substring(index as integer) as string
- method Substring(name as string) as string
- method StringNumber(name as string) as integer
- method UTF8supported as boolean
- method Replace(NewText as string) as string
- method ReplaceSelection(NewText as string) as string
- method ReplaceAll(Target as string, NewText as string) as string
- method Escape(text as string) as string
- property Lasterror as Integer
- property Handle as Integer
- property Count as Integer
- property ExtraHandle as Integer
- property Text as String
- property TextMemory as String
- property ErrorMessage as String
- property ErrorOffset as Integer
- property CompileOptions as Integer
- property ExecuteOptions as Integer
- property CompileOptionCaseLess as Boolean
- property CompileOptionMultiline as Boolean
- property CompileOptionDotAll as Boolean
- property CompileOptionExtended as Boolean
- property CompileOptionAnchored as Boolean
- property ExecuteOptionAnchored as Boolean
- property CompileOptionDollarEndOnly as Boolean
- property ExecuteOptionNotBOL as Boolean
- property ExecuteOptionNotEOL as Boolean
- property CompileOptionUngreedy as Boolean
- property ExecuteOptionNotEmpty as Boolean
- property CompileOptionUTF8 as Boolean
- property CompileOptionNoAutoCapture as Boolean
- property CompileOptionNoUTF8Check as Boolean
- property ExecuteOptionNoUTF8Check as Boolean
- property CompileOptionAutoCallOut as Boolean
- property ExecuteOptionPartial as Boolean
- property CompileOptionFirstLine as Boolean
Monkeybread Software Realbasic Plugins - Messdiener Nickenich