Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-08-22 12:00
Flavor·PCRE (Legacy)

/
(?:(\bpublic\b)\s|(\bprivate\b)\s|(\bclass\b)\s(\b\w+\b)(?:\(.*\)))
/
g
Open regex in editor

Description

This regex will match the property definition withing the cs file

Submitted by Gabriel Marius Popescu