RegEx::Test (open)

Test if a match of the regular expression is present within an input string

Syntax

LOADLIB "wh::regex.whlib";

BOOLEAN FUNCTION Test(STRING input)

Parameters

STRING input

Input to search a match in

Return value

BOOLEAN

Whether a match can be found in the input string