Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-03-01 11:39
Flavor·PCRE (Legacy)

/
^ (?<DAY>d-[0-9]{1,2}|([12][0-9]|3[01]|0[1-9]|[1-9])|d) (?<MONTH>m-[0-9]{1,2}|(0[1-9]|1[012])|m) (?<YEAR>y-[0-9]{1,2}|([12][09][0-9][0-9])|y) $
/
gmix
Open regex in editor

Description

Regex for date for example in saved reports (01m-1y) beginning of last month Format -> dmy

Submitted by Mayer@netgo.org