Navigation: Code Documentation > RSCommon > GRegularExpression > Classes > TGRegularExpression > Properties
TGRegularExpression.CaseSensitive Property
Specifies whether the regular expression should worry about case-sensitivity when matching input strings to the regular expression state machine.
Namespace: GRegularExpression
Delphi
published property CaseSensitive: Boolean read FCaseSensitive write SetCaseSensitive default True;
Property Value
Type: Boolean
•TGRegularExpression
•GRegularExpression