Regular Expressions 101

Library entries

1
python

triple / double bottles

triple / double bottles
Submitted by anonymous - 3 months ago
1
java

Email finder

Matches with the valid email addresses.
Submitted by anonymous - 2 months ago
1
java

json value extract

json value extract
Submitted by anonymous - 2 months ago
1
python

Get <NIC>

Get NICs from string
Submitted by anonymous - 25 days ago
1
python

Original regex

no description available
Submitted by Malhar - 7 years ago
1
python

Luca

Esempi di regex
Submitted by prof.manini - 7 years ago
1
python

Lua Anonymous Function Matching

no description available
Submitted by anonymous - 7 years ago
1
python

All but my string

Return all but the given string
Submitted by elypma - 7 years ago
1
python

OTP Card payment

no description available
Submitted by anonymous - 7 years ago
1
python

html image tags

no description available
Submitted by Thien Ho - 7 years ago
1
python

email regex

no description available
Submitted by thegamerbr1 - 7 years ago
1
python

srt time frame

srt time frame
Submitted by anonymous - 7 years ago

Regex to Match Valid Hex Color Values in CSS

Vote

1

Regular Expression
python

r"
[\w :,]+(#(?:[a-fA-F0-9]{3}|[a-fA-F0-9]{6}))\b
"
g

Description

Loading markdown...
Submitted by Prayash Mohapatra - 7 years ago