Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

0

Regular Expression
ECMAScript (JavaScript)

/
\s*?\{\s*?get\s*?\{[^\{]*?\}\s*?set\s*?\{[^\}]*?\}\s*?\}
/
g

Description

Matches full get/set property signature of C#

Submitted by anonymous - 7 years ago