Regular Expressions 101

Community Patterns

0

入门学习

PCRE2 (PHP >=7.3)
Submitted by anonymous - 6 months ago
0

for killerswim

.NET (C#)
a
Submitted by anonymous - 6 months ago

Windows file path regex with root, relative path, and (image) file extension matching.

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^(?P<Root>[A-Za-z]:(?:\/|\\))(?P<Relative>(?:(?:[^<>:"\/\\|?*\n])+(?:\/|\\))+)(?P<File>(?:[^<>:"\/\\|?*\n]+)(?:\.(?:png|jpg|jpeg)))$
/
gm

Description

Loading markdown...
Submitted by Holome - 9 months ago