Regular Expressions 101

Community Patterns

1

REGEX

Python
no description available
Submitted by anonymous - 8 years ago
1

IPv4 extraction

Python
no description available
Submitted by Jacob - 9 years ago
1

Address Match

Python
no description available
Submitted by Awk - 8 years ago
-1

woop

Python
no description available
Submitted by anonymous - 9 years ago

URLs and Emails RegEx

0

Regular Expression
.NET (C#)

@"
((([A-Za-z]{3,9}:(?:\/\/)?)(?:[-;:&=\+\$,\w]+@)?[A-Za-z0-9.-]+|(?:www.|[-;:&=\+\$,\w]+@)[A-Za-z0-9.-]+)((?:\/[\+~%\/.\w\-_]*)?\??(?:[-\+=&;%@.\w_]*)#?(?:[.\!\/\\w]*))?)
"
ig

Description

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