Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-02-09 17:58
Flavor·PCRE (Legacy)

/
(\d{8} ..:..:..).*orderID:\[(.*?)\].*sid:\[(.*?)\].*ticker:\[(.*?)\].*venue:\[(.*?)\].*lastFill:\[([1-9][0-9]*)\]
/
Open regex in editor

Description

To grab date, orderId, SID, ticker, venue, lastfill from a string

Submitted by anonymous