Navigation: Code Documentation > RSCommon > GRegularExpression > Constants
rgxXSDgYearMonth Constant
Represents constant rgxXSDgYearMonth.
Namespace: GRegularExpression
Delphi
rgxXSDgYearMonth = rgx4DigitYear + '\-' + rgx2DigitMonth + rgxISO8601Timezone + '?';
Value
Type: string
•GRegularExpression