Regular Expressions 101

Community Patterns

1

aa

PCRE (PHP <7.3)
aaa
Submitted by aaa - 8 years ago
0

test

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 8 years ago

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

1

Regular Expression
PCRE (PHP <7.3)

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

Description

Loading markdown...
Submitted by anonymous - 8 years ago