Regular Expressions 101

Sponsors

Library entries

1
pcre

match url

no description available
Submitted by jakub - 7 years ago
1
pcre

test

no description available
Submitted by anonymous - 7 years ago
3
pcre

JSON recognition

no description available
Submitted by anonymous - 7 years ago
1
python

matching foramt ,xxx:

for dictionary
Submitted by anonymous - 7 years ago
1
pcre

bb-*

aaa
Submitted by wyj - 7 years ago
1
pcre

result range

Find range in lab result text
Submitted by geoff - 7 years ago
1
pcre

fasting range

Find fasting range in lab result text
Submitted by geoff - 7 years ago
0
python

All Same Number

Check all the numbers are same in a string.
Submitted by DJA - 7 years ago

ZettIsor

Vote

1

Regular Expression
pcre

/
^(?<Beleg>[A-Z0-9]{4,6})\s{1,3}(?<Kontierung>\d{3,5}[.]?\d{3}[.]?\d{0,2}[-]?\d{0,2})\s(?<Datum>[0-3][0-9][.][0-1]\d[.]\d\d)\s(?<VS>[A-Z0-9]{0,3})\s(?<US>[0-9]{0,3})\s?(?<UmsatzSoSPACE>[\s]{0,17})(?<UmsatzSo>[0-9]{0,2}?[.]?\d{0,3}[.]?\d{0,3}[.]?\d{0,3}?[.]?\d{0,2}\d{1},\d{2})\s?(?<UmsatzHaSPACE>[\s]{0,16})\s(?<UmsatzHa>[0-9]{0,1}?[.]?\d{0,3}[.]?\d{0,3}[.]?\d{0,3}?[.]?\d{0,2}\d{1},\d{2})\s?(?<GK>[A-Z0-9]{0,2})\s?(?<Buchungstext>[(\w)(\W)(\s)]{14,53})\s?(?<MwSt>[0-9]{0,4})?\s?(?<E_Nr>[0-9]{5}$)?\s?
/
m

Description

Loading markdown...
Submitted by isor - 7 years ago