Regular Expressions 101

Community Patterns

0

分组

ECMAScript (JavaScript)
显示分组
Submitted by Jason - a year ago
0

pens

Python
testing
Submitted by anonymous - a year ago
0

71871164

Python
Stack overflow example
Submitted by anonymous - a year ago
0

#value # value

Python
account for comments
Submitted by anonymous - a year ago

Regex for parsing Slack Urls

1

Regular Expression
ECMAScript (JavaScript)

/
<(https?:\/\/[\w-]+(?:\.[\w]+)+(?:\/[\w-?=%&@$#_.+]+)*\/?)(?:\|((?:[^>])+))?>
/
g

Description

Loading markdown...
Submitted by Dylan - 7 years ago