Regular Expressions 101

Community Patterns

1

password8s

PCRE (PHP <7.3)
password con 8
Submitted by anonymous - 7 years ago
1

men

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 7 years ago

Match different types of quoted strings in Javascript

1

Regular Expression
ECMAScript (JavaScript)

/
^([^“”]+)|\s([^“”]+)|^("[^"]+")|\s("[^"]+")|^('.*')\s|\s('.*')\s|^('.*')$
/
ig

Description

Loading markdown...
Submitted by Shadi Lahham - 7 years ago