Regular Expressions 101

Sponsors

Library entries

2
pcre

get Youtube & Vimeo id

grab youtube & vimeo id
Submitted by mi-ca.ch - 7 years ago
2
pcre

find colon inside a tag

no description available
Submitted by RCVS - 7 years ago
2
pcre

url

took me way to long
Submitted by timmyRS - 7 years ago
2
pcre

regex1

no description available
Submitted by anonymous - 7 years ago
2
pcre

Version Number

no description available
Submitted by anonymous - 7 years ago
2
pcre

parse username with @ mention

no description available
Submitted by Laracasts - 7 years ago
2
pcre

zip Ile de France

no description available
Submitted by anonymous - 7 years ago
2
pcre

Brazilian number phone

no description available
Submitted by Marcos André - 7 years ago
2
pcre

days_and_weeks

no description available
Submitted by anonymous - 7 years ago
2
pcre

Email validation

It validates an email address with alias
Submitted by anonymous - 7 years ago

HSL(A) Color Matching

Vote

3

Regular Expression
pcre

/
(?(DEFINE) (?<decimal>(?(int)([.][0-9]+)?|[.][0-9]+)) (?<percentage> (100| (?<int>([0-9]|[1-9][0-9]))? # Have integer be optional (0-100 only) (?P>decimal) # Have decimal required when an integer is not included ) (?<symbol>%) ) (?<hue> (?<int>36[0]|3[0-5][0-9]|[12][0-9][0-9]|[1-9]?[0-9])? # Have integer be optional (?P>decimal) # Have decimal required when an integer is not included (?<symbol>\s*deg\s*)? ) (?<alpha> (?(alpha),\s*( 1[.]0| (?<int>0)? # Have integer be optional (?P>decimal) # Have decimal required when integer is not incldue )\s*) ) (?<hsl>\s*(?P>hue)\s*,\s*(?P>percentage)\s*,\s*(?P>percentage)\s*) ) hsl(?<alpha>a)?\((?P>hsl)(?P>alpha)\)
/
gxJi

Description

Loading markdown...
Submitted by anonymous - 4 years ago