Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-08-10 10:45
Flavor·PCRE (Legacy)

/
^(?=^(?:tel\:)?(?:[+\ ()]*[0-9]){3,20}\ *$)(?:tel\:)?\ *\+?[0-9\ ]+(?:\([0-9]{1,3}\)[0-9\ ]+)?$
/
Open regex in editor

Description

MSISDN filter. Should match worldwide phone numbers. It doesn't work for numbers with dashes, so just replace them with empty strings, or edit as you wish.

Submitted by maricn