Regular Expressions 101

Community Patterns

0

phone number matcher

Java 8
phone number matcher
Submitted by anonymous - a year ago
0

LinkedIn Profile Url

Java 8
LinkedIn Profile Url
Submitted by Morons - a year ago
0

lat cyr letters

Java 8
only lat and cyr letters
Submitted by anonymous - a year ago
0

时间

Java 8
时间
Submitted by 旧信 - a year 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)