Regular Expressions 101

Community Patterns

0

Indicador Diario

Python
no description available
Submitted by anonymous - 5 years ago
0

Die roll parser

Python
no description available
Submitted by anonymous - 5 years ago
0

File extension

Python
no description available
Submitted by anonymous - 5 years ago
0

Folder path

Python
no description available
Submitted by anonymous - 5 years ago

Format Korean Mobile Number

0

Regular Expression
ECMAScript (JavaScript)

/
(?<countryCode>\+?82)?(?:[ -.]?|0?)(?<areaCode>1[01689])(?:[ -.]?)(?<firstFourDigits>\d{3,4})(?:[ -.]?)(?<lastFourDigits>\d{4})
/
gm

Description

Loading markdown...
Submitted by anonymous - 4 years ago