Regular Expressions 101

Community Patterns

1

rvewr

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 9 years ago
-1

text beetween text

Python
no description available
Submitted by karol - 9 years ago
1

test

Python
test
Submitted by test - 9 years ago

tel:// and sms:// validator

1

Regular Expression
PCRE (PHP <7.3)

/
^((tel:\/\/|sms:\/\/))?([+])?([0-9]+)
/

Description

Loading markdown...
Submitted by Erdem Arslan - 9 years ago