Regular Expressions 101

Sponsors

Library entries

0
javascript

Match HTML tag with specific attributes

1
Submitted by anonymous - 9 days ago
0
javascript

Company name

Company name
Submitted by anonymous - 10 days ago
0
javascript

Match Emojis

Match all emojis using unicode
Submitted by Sagar Panchal - 13 days ago
0
javascript

edgedb dsn parser

parse an edgedb DSN string
Submitted by dotlouis - 15 days ago
0
javascript

city

Letters, space and - , . ' & / 
Submitted by anonymous - 15 days ago
0
javascript

Streetname

Letters, numbers, space and  . ,  ' - /
Submitted by anonymous - 15 days ago

RFC3339 - JavaScript

Vote

2

Regular Expression
javascript

/
^(?<CompleteMatch>(?:(?<DateMonthYear>\d{4}-\d{2}-\d{2})T(?<Time>\d{2}:\d{2}:\d{2}(?:\.\d+)?))(?<TimeZone>Z|[\+-]\d{2}:\d{2})?)$
/
gm

Description

Loading markdown...
Submitted by Elliot Huffman - 2 months ago