Regular Expressions 101

Community Patterns

0

移除非法字符

Java 8
冲鸭!
Submitted by anonymous - 2 years ago
0

ip:port check

PCRE2 (PHP >=7.3)
ip:port check
Submitted by anonymous - 2 years ago
0

Find coordinates

Python
Find coordinates
Submitted by jjvillavicencio - 2 years ago
0

Phone number

PCRE2 (PHP >=7.3)
Phone number
Submitted by nipo - 2 years ago
0

123

Java 8
123
Submitted by anonymous - 2 years ago
0

Lab 6 es 1.1

PCRE2 (PHP >=7.3)
return an int
Submitted by anonymous - 2 years ago

Nomor Telepon Indonesia

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^(0|62|\+62)(8[1-35-9]\d{7,10}|2[124]\d{7,8}|619\d{8}|2(?:1(?:14|500)|2\d{3})\d{3}|61\d{5,8}|(?:2(?:[35][1-4]|6[0-8]|7[1-6]|8\d|9[1-8])|3(?:1|[25][1-8]|3[1-68]|4[1-3]|6[1-3568]|7[0-469]|8\d)|4(?:0[1-589]|1[01347-9]|2[0-36-8]|3[0-24-68]|43|5[1-378]|6[1-5]|7[134]|8[1245])|5(?:1[1-35-9]|2[25-8]|3[124-9]|4[1-3589]|5[1-46]|6[1-8])|6(?:[25]\d|3[1-69]|4[1-6])|7(?:02|[125][1-9]|[36]\d|4[1-8]|7[0-36-9])|9(?:0[12]|1[013-8]|2[0-479]|5[125-8]|6[23679]|7[159]|8[01346]))\d{5,8})
/
gm

Description

Loading markdown...
Submitted by @totoprayogo1916 - 2 years ago