Regular Expressions 101

Community Patterns

1

correos

PCRE2 (PHP >=7.3)
correos
Submitted by lamusaliza - a month ago
1

Extract tag name and its content

Python
Lrc file
Submitted by Cricar - 2 months ago
1

Match each tag

Python
Match each tag in a lrc file
Submitted by Cricar - 2 months ago
1

Repeat character with custom symbol

PCRE2 (PHP >=7.3)
OK
Submitted by UVT - 2 months ago
1

testregexaa

PCRE2 (PHP >=7.3)
aaa
Submitted by aaa - 2 months ago
1

12px

PCRE2 (PHP >=7.3)
查找替换
Submitted by anonymous - 2 months ago

Author cite

0

Regular Expression
Python

r"
((?P<fname>[A-Za-zåé]+ ?[A-Za-zåé]+\.? ?)+ (?P<lname>[A-Za-zåé]+\.? ?))(?:(?:\d+,)+ ?)?
"
gm

Description

Loading markdown...
Submitted by anonymous - 6 months ago