Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-07-24 01:29
Flavor·PCRE2 (PHP)

/
#(\w+)\s*(\w+)\s*(\S+)
/
gm
Open regex in editor

Description

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

Submitted by ThatSoulyGuy