regexpJst
Home
Documentation
About Us
Chinese
English
Japanese
Write a regular expression to match a phone number
Click the button below to generate regex
RUN
Feedback Email
Examples in Multiple Programming Languages:
Language
Regular Expression
JavaScript:
const regex = //;
PHP:
$regex = '//';
Python:
import re; pattern = r''
Go:
import "regexp"; regex := regexp.MustCompile(``)