Regular Expressions 101

Community Patterns

Universal parser

-1

Regular Expression
PCRE (PHP <7.3)

/
(\d+)\s+(\w{2})\s*(\w{2,5})\s+(\w{5})(?:\s+|\s+(.)\s+)(\w{3})(\w{3})(?:\s+|(?:\s|\*)(\w{3})\s+)(\w{4,5})\s+(\w{4,5})(?: (.*)| (\w{5})(.*))?(?:\n|$){1}
/
g

Description

no description available

Submitted by anonymous - 5 years ago