Regular Expressions 101

Community Patterns

Select PHP Block Code

1

Regular Expression
PCRE2 (PHP >=7.3)

/
<\?(?!php|=|xml)?\D*?>
/
g

Description

Select php block code , start to end.

Submitted by amir hossein khateri - 3 years ago