Regular Expressions 101

Community Patterns

0

comma separated ESPEC

Python
ESPEC
Submitted by Ian Cole - 3 months ago
0

NLP_Regex

Python
Learning Regex for NLP
Submitted by anonymous - 3 months ago

find domains in text

0

Regular Expression
ECMAScript (JavaScript)

/
(^|\s)(https?:\/\/(www\.)?|www\.)[a-zA-Z0-9-]+(\.[a-zA-Z]{2,})+(\/[a-zA-Z0-9-._~!$&'()*+,;=:@\/]*)*\/?(?=$|\s|[^\w])
/
g

Description

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