Regular Expressions 101

Community Patterns

match only an #endif where no wordcharacter is following(multiline)

1

Regular Expression
PCRE (PHP <7.3)

/
(#endif\W+){1}$
/

Description

no description available

Submitted by anonymous - 9 years ago