Navigation: Code Documentation > RSCommon > GRegularExpression > Constants
rgxISO8601DurationStd Constant
Represents constant rgxISO8601DurationStd.
Namespace: GRegularExpression
Delphi
rgxISO8601DurationStd = 'P'+ '('+rgxYear+'Y)?' + '('+'('+rgxMonth+'M)?' + '('+rgxDayOfMonth+'D)?' + '|' + '('+rgxWeekOfYear+'W)?'+ '('+rgxDayOfWeek+'D)?' + ')?'+ '(T'+ '('+rgxHour+'H)?'+ '('+rgxMinuteSecond+'M)?'+ '('+rgxMinuteSecond+'S)?'+ ')?';
Value
Type: string
•GRegularExpression