CompiledRegex.match

Perform a regular expression match.

class CompiledRegex
bool
match

Parameters

subject cstring

the compiled patter will be matched against this string

Return Value

Type: bool

true, if matches or false if no match

Throws

if an error occurs when running the regex search

In: the regex must have been compiled

Meta