Regular Expressions 101

Library entries

1
pcre2

Pattern string

Example of test I did do to company.
Submitted by Claudio Santos - 2 years ago
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

IP6 Validator Address (Simple)

Vote

-1

Regular Expression
pcre2

/
([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}
/
gm

Description

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