Regular Expressions 101

Community Patterns

A regex that tries to replace every instance in your site

0

Regular Expression
PCRE (PHP <7.3)

/
(View::make\([^\)]+\))(?!->)
/
gm

Description

For better exception capturing

Submitted by anonymous - 9 years ago