SpiderBasic - RegularExpression

Overview

Regular expressions allow to do advanced pattern matching to quickly match, extract or replace an arbitrary information in a string. These kind of expressions are often difficult to read an write, but once you master them it makes a lot of things easier. Therefore this library is not for beginners, and you need to have some solid basis with SpiderBasic and programming in general to be able to use this library efficiently.

Command Index

CreateRegularExpression
ExtractRegularExpression
FreeRegularExpression
IsRegularExpression
MatchRegularExpression
RegularExpressionError
ReplaceRegularExpression

Example

RegularExpression.sb

Supported OS

All

Reference Manual - Index