Regular Expressions 101

Library entries

0
pcre2

Bematech regex

https://///
Submitted by anonymous - 3 hours ago
0
pcre2

匹配代码块

用来匹配markdown里面的代码块
Submitted by anonymous - 2 days ago
0
pcre2

asd

asdf
Submitted by anonymous - 2 days ago
0
pcre2

Achternaam

Check on achternaam
Submitted by anonymous - 2 days ago
0
pcre2

Pull Quote regex

Get quote text and author
Submitted by sunilP - 3 days ago
0
pcre2

RegEx

Examples
Submitted by anonymous - 4 days ago
0
pcre2

EmailValidation

This is an Email validation using RegExp.
Submitted by anonymous - 4 days ago
0
pcre2

Age

Match "I'm ##" or "I am ##"
Submitted by Matt - 4 days ago
0
pcre2

IssuePattern

working pattern for Issue packages
Submitted by anonymous - 4 days ago
1
pcre2

3 letter word finder

finds any 3 letter words in a text
Submitted by anonymous - 5 days ago
0
pcre2

quoted strings regex

matches quoted strings
Submitted by anonymous - 5 days ago
0
javascript

IPv4-CIDR

Match IPv4-CIDR (JavaScript)
Submitted by fwqaaq - 6 days ago

determine if input text is an URL

Vote

0

Regular Expression
pcre2

/
((https?:)?\/\/)?(([\d\w]|%[a-fA-f\d]{2,2})+(:([\d\w]|%[a-fA-f\d]{2,2})+)?@)?([\d\w][-\d\w]{0,253}[\d\w]\.)+[\w]{2,63}(:[\d]+)?(\/([-+_~.\d\w]|%[a-fA-f\d]{2,2})*)*(\?(&?([-+_~.\d\w]|%[a-fA-f\d]{2,2})=?)*)?(#([-+_~.\d\w]|%[a-fA-f\d]{2,2})*)?
/
gmi

Description

Loading markdown...
Submitted by anonymous - 3 months ago