Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-04-12 10:23
Flavor·PCRE (Legacy)

/
(public|)\s+(?<type>[^\s]+)\s+(?<name>[^\s]+)\s*\{(\s*(get|set)\s*;){2}\s*\}
/
g
Open regex in editor

Description

By: public TypeName PropertyName { get; set; }

Submitted by Sotin N.U. (VirRus77)