Regular Expressions 101

Community Patterns

C-style compiler directive

1

Regular Expression
PCRE2 (PHP >=7.3)

/
#(\w+)\s*(\w+)\s*(\S+)
/
gm

Description

#(\w+)\s*(\w+)\s*(\S+) This allows you to capture C-style compiler directives

Submitted by ThatSoulyGuy - a month ago