Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
PCRE (PHP <7.3)

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

Description

By: public TypeName PropertyName { get; set; }

Submitted by Sotin N.U. (VirRus77) - 8 years ago