Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-10-01 15:47
Flavor·PCRE (Legacy)

/
(^[^\\]*)\\t([^\\]*)\\t([^\\]*)\\t([^\\]*)\\t([^\\]*)(.*)
/
gm
Open regex in editor

Description

Extracting the variable names, e.g. (DOB_TT, OSTATE, etc) by setting up capture groups and extracting the 5th capture group

Submitted by anonymous