Regular Expressions 101

Sponsors

Library entries

1
pcre2

BIC Codes

BIC (Bank Identifier Code) #fin #bank #swift #iban #bic
Submitted by anonymous - 2 years ago
1
pcre2

Detect any integer larger than 499

Glad this helps for some
Submitted by Wallik - 2 years ago
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

Convert numbers-only YYYYMMDD date to dash delineated YYYY-MM-DD

Vote

-1

Regular Expression
pcre2

/
(?<year>\d{4})(?<month>\d{1,2})(?<day>\d{1,2})
/
gm

Description

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