Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
PCRE2 (PHP >=7.3)

/
(->|::)check\(
/
gm

Description

Find ocurrences of method calls, static or not, on PHP.

Submitted by Allyson - 2 years ago