Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-08-30 09:36
Flavor·PCRE (Legacy)

/
^(?'commodity'02)_(?'market'\w{3,})_(?'tenortype'Q)(?'offset'[1-9][0-9]?)?_(?'derivative'PHY|FUT) (?'period'Q)-(?'year'\d{4})-\b(?'month'[1-4])\b$
/
gm
Open regex in editor

Description

handles atomic and combined tenor

Submitted by anonymous