Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-09-11 23:28
Flavor·PCRE (Legacy)

/
\w+(?=[[:blank:]])
/
gm
Open regex in editor

Description

Used this in the DETECT pilot study to pull apart first names that had two parts (e.g., mary jo).

Submitted by anonymous