Regular Expressions 101

Sponsors

Library entries

2
python

.*(\d+).* Selects last number

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

check name

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

NSU ID Card Checker

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

Match "A B C" where A+B=C (final version)

no description available
Submitted by anonymous - 4 years ago
3
python

Capture Query Strings

A solution for capture query params.
Submitted by Rafael Laurindo - 7 years ago
3
python

Email

Python
Submitted by anonymous - 7 years ago

Twitter @mentions

Vote

-8

Regular Expression
python

"
(\A|\s)@(\w+)
"
g

Description

Loading markdown...
Submitted by @triplec1988 - 9 years ago