Regular Expressions 101

Community Patterns

Sabre

0

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})\s+(\w{5})?(\s|.)*(?:\n|$){1}
/
gU

Description

no description available

Submitted by anonymous - 5 years ago