Non-Capturing Group(?:Mon|Tue|Wed|Thu|Fri|Sat|Sun) Monthe literal text Mon (case sensitive) Tuethe literal text Tue (case sensitive) Wedthe literal text Wed (case sensitive) Thuthe literal text Thu (case sensitive) Frithe literal text Fri (case sensitive) Satthe literal text Sat (case sensitive) Sunthe literal text Sun (case sensitive) Non-Capturing Group(?:Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) Janthe literal text Jan (case sensitive) Febthe literal text Feb (case sensitive) Marthe literal text Mar (case sensitive) Aprthe literal text Apr (case sensitive) Maythe literal text May (case sensitive) Junthe literal text Jun (case sensitive) Julthe literal text Jul (case sensitive) Augthe literal text Aug (case sensitive) Septhe literal text Sep (case sensitive) Octthe literal text Oct (case sensitive) Novthe literal text Nov (case sensitive) Decthe literal text Dec (case sensitive) the literal (3210 / 408 / 2016)
\d{1,2}a Unicode decimal digit, repeated between 1 and 2 times
\d+a Unicode decimal digit, repeated at least once
the literal (3210 / 408 / 2016)
\d{1,2}a Unicode decimal digit, repeated between 1 and 2 times
:the literal : (5810 / 728 / 3A16)
\d{1,2}a Unicode decimal digit, repeated between 1 and 2 times
AMthe literal text AM (case sensitive)