Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-05-16 08:18
Flavor·Python

r"
(?P<year>\d{2})(?P<month>\d{2})(?P<day>\d{2}) (?P<hour>\d{2}):(?P<min>\d{2}).+: (?P<tr_amount>-[\d\.]+) (?P<tr_currency>\w+);(?P<merchant>.+);.+(?P<card>\d{4});.+(?P<acc_balance>[\+-][\d\.]+) (?P<acc_currency>\w+).+
"
Open regex in editor

Description

no description available

Submitted by anonymous