Regular Expressions 101

Sponsors

Library entries

0
pcre

http

no description available
Submitted by anonymous - 8 years ago
0
pcre

Valmaks_name_replace_222

no description available
Submitted by witamin - 8 years ago
0
javascript

SSN

no description available
Submitted by anonymous - 8 years ago
0
pcre

parse velocity variables

no description available
Submitted by anonymous - 8 years ago
0
pcre

Select everything outside of table tags

no description available
Submitted by ReijMan - 8 years ago
0
javascript

Date Validation

no description available
Submitted by Ashish - 8 years ago
0
javascript

CSV parser

no description available
Submitted by anonymous - 8 years ago
0
pcre

catch Loadcase Name

no description available
Submitted by anonymous - 8 years ago
0
pcre

Pipedrive product translation

Description translation
Submitted by anonymous - 8 years ago

ISO 8601 Dates

Vote

0

Regular Expression
pcre

/
(?P<y>\d{4}) - (?P<m>\d{2}) (?: - (?P<d>\d{2}) )? (?: [T\s] (?P<hh>\d{2})\: (?P<mm>\d{2}) (?:\:(?P<ss>\d{2}))? (?:[+-](?P<tz>\d{2}\:\d{2}))? (?: (?:\.(?P<u>\d{2,4}))?[Z] )? )?$
/
gmixu

Description

Loading markdown...
Submitted by mjolnic - 7 years ago