Regular Expressions 101

Community Patterns

1

Get src in img

PCRE (PHP <7.3)
Get src in img
Submitted by Andy - 8 years ago
11

Codice fiscale

PCRE (PHP <7.3)
Check "codice fiscale"
Submitted by Luca - 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