Regular Expressions 101

Library entries

0
python

validando e_mail

validando email
Submitted by anonymous - a year ago
0
pcre2

find spaces around - & + signs

find spaces around - & + signs
Submitted by anonymous - a year ago
0
python

Password

Strong passwords validator.
Submitted by anonymous - a year ago
0
python

Email validator

Email validator
Submitted by anonymous - a year ago
0
pcre2

Matching a decimal numbers

Matching a decimal numbers
Submitted by anonymous - a year ago
0
pcre2

GMT Timezone

GMT Time zone regex
Submitted by Ashish Ambre - a year ago
1
python

Extract time from text

Extract time from text
Submitted by anonymous - a year ago
1
python

Get domain name from URL

Get domain name from URL
Submitted by anonymous - a year ago
1
python

ds100reg2

Data 100 Regular Expressions, adapted from Princeton
Submitted by anonymous - a year ago
2
python

Extract parts of a URL on Python

Extract parts of a URL on Python
Submitted by dixanms - a year ago

Match comments

Vote

0

Regular Expression
pcre2

/
[^#]\K#[^\n]*|^#[^\n]*
/
g

Description

Loading markdown...
Submitted by Fmbalbuena - a year ago