Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-01-12 23:35
Flavor·PCRE (Legacy)

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

Description

Easly to check tel:// or sms:// protocols.

Submitted by Erdem Arslan