Regular Expressions 101

Sponsors

Library entries

0
javascript

ISO 8601 timestamp

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

match weight with pounds and kg

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

Add commas to big numbers

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

Data

no description available
Submitted by anonymous - 4 years ago
0
javascript

basic email

not amazing but better than seb's
Submitted by anonymous - 4 years ago
0
javascript

getText&Numbers

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

my username

no description available
Submitted by smileycreations15 - 4 years ago
0
javascript

Twist Login

no description available
Submitted by anonymous - 4 years ago
0
javascript

Twist

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

Regex on linkedin alumni

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

match a 4chan media url

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

Match everything but CVS

no description available
Submitted by anonymous - 4 years ago
0
javascript

Python Call Graph

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

handle_virtual_registers_prefix

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

simple gmt coordinates finder

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

match wmic.exe create remote process

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

Resolution Regex

no description available
Submitted by anonymous - 4 years ago

Regex for mentions @username like twitter

Vote

0

Regular Expression
javascript

/
(?:^|[\W])(@\w{1,20})(?:$|[\W])
/
gm

Description

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