Regular Expressions 101

Sponsors

Library entries

1
javascript

Basic Phone Number Matching

Basic Phone Number Matching
Submitted by Anthony Cooper - 2 years ago
1
javascript

Remove bold markdown

Remove bold pairs in markdown text
Submitted by anonymous - 2 years ago
1
python

Regex pattern for numeric values

Positive number !
Submitted by Cheikh Saab Bouh SOW - 2 years ago
1
python

MAC Address

Match mac address with :, -, ., or no dividers.
Submitted by Brandan Neises - 2 years ago
1
pcre

re_ip

match IP:port in text
Submitted by anonymous - 2 years ago
1
javascript

turkdevops

Türkiye Geliştirici Operasyonları
Submitted by anonymous - 2 years ago
1
pcre

Swiss MWST

Swiss VAT Numbers
Submitted by igrokit - 2 years ago

ipv6 validation

Vote

1

Regular Expression
pcre

/
^(([0-9A-Fa-f]{1,4}:){7})([0-9A-Fa-f]{1,4})$|(([0-9A-Fa-f]{1,4}:){1,6}:)(([0-9A-Fa-f]{1,4}:){0,4})([0-9A-Fa-f]{1,4})$
/
gm

Description

Loading markdown...
Submitted by Aleksandar Trkulja - 7 years ago