Regular Expressions 101

Community Patterns

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

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

Submitted by anonymous - a year ago