Regular Expressions 101

Sponsors

Library entries

1
pcre2

https

regex for url
Submitted by anonymous - 2 years ago
1
pcre2

Internation Phone

phone number with country code + or 00
Submitted by anonymous - 2 years ago
1
pcre2

Name

English or Arabic Letters and Spaces
Submitted by anonymous - 2 years ago
1
pcre2

Validate a 10-digit US Phone Number

Validate a 10-digit US Phone Number
Submitted by JB - 2 years ago
1
pcre2

Obsidian external embedded link

Obsidian external embedded link
Submitted by arezvov - 2 years ago
1
pcre2

pack_size

get pack_size from a string
Submitted by anonymous - 2 years ago
1
pcre2

us phone number validation

us phone number validation
Submitted by anonymous - 2 years ago
1
pcre2

Email Verification

PHP REGEX to verify an email.l
Submitted by anonymous - 2 years ago
1
pcre2

Test expression

To find at most 3 a in string
Submitted by anonymous - 2 years ago
1
pcre2

Email

[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-z]{2,3}$
Submitted by Mykola Buhaiov - 2 years ago
1
pcre2

Jira

Jira
Submitted by anonymous - 2 years ago
1
pcre2

IPV4 Address Identificate

Regex to identificate a IPV4 Address
Submitted by Pablo Deyvid - 2 years ago
1
pcre2

Regex

Match an element from a list
Submitted by anonymous - 2 years ago
1
pcre2

Phone Number E.164

Starts with + from 8 digits until 15
Submitted by Sear Lopez - 2 years ago

Basic grammar for regex matching of simplistic Makefiles

Vote

-2

Regular Expression
python

"
(?P<assign_op>(\:|\!|\?)?=)|(?P<token_subst>$|%(\<\@))|(?P<token_ident>[\w\d\.\,]+)|(?P<target_name_match>%\.?)|(?P<token_rule_sep>[:])|(?P<incr_op>\n)|(?P<line_end>\n)|(?P<comment_op>#[.*]+$)|(?P<adjust_parser>[\$%\s\t\:])
"
gm

Description

Loading markdown...
Submitted by Robert Butler <me@r-butler.net> - 9 years ago