Regular Expressions 101

Community Patterns

Regex String starting with * wrapped in single or double quotes

0

Regular Expression
ECMAScript (JavaScript)

/
(?:'(views\/[^']*)'|"(views\/[^"]*)")
/
gi

Description

no description available

Submitted by anonymous - 7 years ago