Regular Expressions 101

Community Patterns

1

test

PCRE2 (PHP >=7.3)
test
Submitted by tf - 2 years ago

Match token and optional convert to type in string

0

Regular Expression
.NET (C#)

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

Description

Loading markdown...
Submitted by rkleinkromhof - a year ago