Regular Expressions 101

Community Patterns

ACI Patient Name from Medical Record

0

Regular Expression
PCRE (PHP <7.3)

/
([A-Z])([a-z])(.+)
/
gm

Description

ADDRESSKeller, Brian

Gets last and first name without getting "ADDRESS"

Submitted by anonymous - 3 years ago