Regular Expressions 101

Library entries

7
javascript

Date and time format - ISO 8601

Matches ISO 8601 date formats
Submitted by Ettienne - 7 years ago
6
javascript

Password

no description available
Submitted by anonymous - 9 years ago
6
python

Find consecutive duplicate words

no description available
Submitted by anonymous - 8 years ago
6
javascript

Email with + symbol

email that accepts the plus (+) symbol
Submitted by luckcheese - 8 years ago
6
javascript

HTML img

Grabs all HTML tags
Submitted by Pirate11 - 8 years ago
6
javascript

Email

no description available
Submitted by anonymous - 7 years ago

Split quotes and single words

Vote

6

Regular Expression
javascript

/
"([^"\\]*(?:\\.[^"\\]*)*)"|\w+|'([^'\\]*(?:\\.[^'\\]*)*)'
/
g

Description

Loading markdown...
Submitted by LoveIsGrief - 9 years ago