Regular Expressions 101

Community Patterns

Hot keys

0

Regular Expression
PCRE (PHP <7.3)

/
(?<FirstShortcut>(?:(?:\w+\+){0,3})(?<FirstKey>\w+|.\d{0,2}))(?:,\s(?<SecondShortcut>(?:(?:\w+\+){0,3})(?<SecondKey>\w+|.\d{0,2})))?
/
mgi

Description

no description available

Submitted by anonymous - 6 years ago