Regular Expressions 101

Community Patterns

-2

ex_3_b

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago
3

Perl

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago

Epic EHR Sticker QR code patient information

4

Regular Expression
PCRE (PHP <7.3)

/
(?P<mrn>\d{8}).*\s+(?P<lastname>\D+),(?P<firstname>\D+)\s+(?P<dob>[\d\/]{10})\s(?P<age>\w+)\s(?P<sex>\w)
/

Description

Loading markdown...
Submitted by MeWa - 8 years ago