Regular Expressions 101

Community Patterns

0

Special character finder

PCRE2 (PHP >=7.3)
yep
Submitted by anonymous - 4 months ago

I select (.*) and generate Print Statement for \"(.*?)\" with \"(.*?)\"?$

1

Regular Expression
PCRE2 (PHP >=7.3)

/
I select (.*) and generate Print Statement for \"(.*?)\" with \"(.*?)\"?$
/
gm

Description

Loading markdown...
Submitted by anonymous - 5 months ago