Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-09-16 11:13
Flavor·.NET 7.0 (C#)

@"
\${([\w.]+)*(?::([\w]+))?}
"
gm
Open regex in editor

Description

I use this in a JSON template together with JObject data to create a JSON string

Submitted by rkleinkromhof