Regular Expressions 101

Community Patterns

TCMB Evds döviz kurları

1

Regular Expression
PCRE (PHP <7.3)

/
\((\w{0,3})\)\s([A-Z,a-z,\s]+)\((.*)\)?\s+([\d,.].*)
/
gm

Description

Parses exchanges rates offical from Turkish Central Bank TCMB Source: http://evds.tcmb.gov.tr/fame/webfactory/evdpw/rpt/1652.html

Submitted by yasin inat - 8 years ago