Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-03-14 17:30
Flavor·PCRE (Legacy)

/
SID_W_MAX_TRAN_DT.+?=(?=\s) (?<SID_W_MAX_TRAN_DT>[^\s]+)
/
gm
Open regex in editor

Description

i was just trying to match words and assign them to variables that i could later search for in my logs

Submitted by anonymous