Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-04-10 20:26
Flavor·.NET 7.0 (C#)

@"
(?<=\|\s?(?>opening|ending|insert)\s?=.*)([^,\n]+),?\s?
"
gm
Open regex in editor

Description

Turn comma separated values in three deprecated parameters into template calls. (timestamp not considered yet)

Submitted by anonymous