Regular Expressions 101

Sponsors

Library entries

3
pcre

youtube id match

youtube id 17 matches
Submitted by Wiliam Castilhos, Ramon Barros - 8 years ago
3
pcre

Alternative Capture Country Codes

no description available
Submitted by Branden - 8 years ago
3
pcre

^.*(\/Summary\/).*(chelaxe\.ru).*$

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

split sentence regex

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

images url match in text

no description available
Submitted by Redfern.89 - 8 years ago
3
pcre

Div content

no description available
Submitted by mohammadsaleh - 8 years ago
3
pcre

Cisco ASA

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

hj

hj
Submitted by hj - 8 years ago
3
pcre

currency

no description available
Submitted by anonymous - 8 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