Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

regex find all french phone number python

^
    (?:(?:+|00)33|0)     # Dialing code
    s*[1-9]              # First number (from 1 to 9)
    (?:[s.-]*d{2}){4}   # End of the phone number
$
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #regex #find #french #phone #number #python
ADD COMMENT
Topic
Name
9+8 =