Regular Expressions 101

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

slug numeric

Vote

-1

Regular Expression
pcre2

/
^[a-z0-9](?:[a-z0-9\-]*[a-z0-9])?$
/
gm

Description

Loading markdown...
Submitted by mestri.rodrigo - a year ago