Regular Expressions 101

Community Patterns

1...456

IsInterface

0

Regular Expression
PCRE (PHP <7.3)

/
(?:\w+\s\binterface\b\s\w+)
/
g

Description

This regex will match the interface definition withing the cs file

Submitted by Gabriel Marius Popescu - 7 years ago