Regular Expressions 101

Community Patterns

0

SYMS

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 4 years ago
0

22 Jimmy

PCRE (PHP <7.3)
.+\.{a-z}+$
Submitted by anonymous - 4 years ago

get short title of people from woflframalpha

1

Regular Expression
Python

r"
\bfull name \| \b(.*)\bdate of birth \| \b(.*)\bplace of birth \| \b(.*)\bdate of death \| \b(.*)\bplace of death \| \b(.*)
"

Description

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