Regular Expressions 101

Community Patterns

0

belcorp

PCRE2 (PHP >=7.3)
test
Submitted by anonymous - a year ago
0

Php

PCRE2 (PHP >=7.3)
Php
Submitted by Nickname - a year ago

Catch multiline escaped text between quotes

1

Regular Expression
ECMAScript (JavaScript)

/
(["\'`])((\s|((\\)*)\\.|.)*?)\1
/
g

Description

Loading markdown...
Submitted by David Blanchard - 5 months ago
(Last modified 4 months ago)