Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCommon > GRegularExpression > Classes > TGRegularExpression > Methods

TGRegularExpression.ExactMatch(TRegExString) Method

Scroll Prev Top Next More

Matches the input text against the current regular expression state machine. The Text must match the regular expression from the very first character. Returns true if the text matches the regular expression.

noteNote

If the regular expression is empty (Expression = ''), the method will always return false.

Namespace: GRegularExpression

Parameters

Text

Type: System.Void

Return Value

Type: Boolean

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb