Regular Expressions 101

Community Patterns

0

匹配合法的变量名

Python
\b[a-zA-Z_]\w+
Submitted by anonymous - 4 years ago
0

AMap POI ID

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

highlight

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

PRUEBA 1

Python
ZAHO :CMM,:NR=2087:;
Submitted by anonymous - 4 years ago
0

HDSTREAMS

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

my

Golang
no description available
Submitted by anonymous - 4 years ago
0

Call-ID

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

oomovie part 2

Python
no description available
Submitted by anonymous - 4 years ago

Facebook: parse page name from url

0

Regular Expression
Python

r"
(?i)^(?:.+)?(?:facebook|fb).(?:[a-z\.]{2,6})(/pages|/pg|/group[s])?/([^/]+)(?:/|$)
"
g

Description

Loading markdown...
Submitted by cx - 5 years ago