Regular Expressions 101

Community Patterns

.cpp namespace method matcher

0

Regular Expression
PCRE (PHP <7.3)

/
^\s*((?:const\s+|virtual\s+|friend\s+|volatile\s+){0,4}\s*?(?:\w+\s*::)?\s*[\w]+)\s+(\w+)\s*\([\s\S]*?\)\s*(const)?\s*{
/
gm

Description

no description available

Submitted by anonymous - 6 years ago