Regular Expressions 101

Library entries

2
dotnet

Replace sub-strings in string

Replace sub-strings in string
Submitted by anonymous - 5 months ago

Match token and optional convert to type in string

Vote

0

Regular Expression
dotnet

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

Description

Loading markdown...
Submitted by rkleinkromhof - 9 months ago