Regular Expressions 101

Community Patterns

1

test

PCRE2 (PHP >=7.3)
test
Submitted by tf - 2 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