Regular Expressions 101

Community Patterns

IsMember

0

Regular Expression
PCRE (PHP <7.3)

/
(?:\bT\s(\w+<T>)\(.*\);|(\w+[<?\w+>?]*\s)(\w+)\b((\s{[get;\|private get;|set;]+)|\(.*\));)
/
gm

Description

This regex will match the interface member definition withing the cs file (INCOMPLETE)

Submitted by Gabriel Marius Popescu - 7 years ago