Regular Expressions 101

Community Patterns

Parse QR

0

Regular Expression
PCRE (PHP <7.3)

/
([\w]+);([\d]{2})-([\w]{3}|[\d]{2})-([\d]{4});([\d]{2}):([\d]{2}):([\d]{2});([\d]+);(?(?=[\w]*;)([\w]*);|)((?:([a-zA-Z0-9_@.#\/&+\(\)\-\\!$%^*=',.<>?{}\[\]`~:\| ]+)[ ]*[-][ ]*([\d]*);)+)([\d]+);
/
g

Description

no description available

Submitted by h - 7 years ago