Community Patterns

Community Library Entry

0

Regular Expression
Created·2019-09-23 18:11
Flavor·ECMAScript (JavaScript)

/
['"](.*?)['"]
/
g
Open regex in editor

Description

Gets a string between double or single quotes

Submitted by anonymous