Regular Expressions 101

Community Patterns

0

rs-reg

PCRE (PHP <7.3)
personal patterns
Submitted by anonymous - 4 years 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