Regular Expressions 101

Community Patterns

0

Attribute value

PCRE2 (PHP >=7.3)
eeee
Submitted by Me - 3 months ago
0

AT+ - Image

PCRE2 (PHP >=7.3)
parse at+ syntax
Submitted by Carsten - 3 months ago

Match all filenames in any URL including those with ANSI escaped characters (dotNET version)

0

Regular Expression
.NET (C#)

@"
(?<=https?:\/\/\S*(?:[=\/]|%2F))(?:(?!%2F)[^?&\s\/])+\.\w+(?=[?&]|$)
"
gm

Description

Loading markdown...
Submitted by The Fourth Bird - a year ago
(Last modified a year ago)