Regular Expressions 101

Sponsor⁠s

Community Library

Community Library Entry

4

Regular ExpressionOpen Workspace

/
(?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
Created·2015-07-28 06:54
Type·Match
Flavor·PCRE (Legacy)

Text output produced by reading the QR code present on patient stickers created by Epic (R) medical record software

Submitted by MeWa
Open Workspace