Regular Expressions 101

Community Patterns

Simple path detector

1

Regular Expression
PCRE2 (PHP >=7.3)

/
[A-Z][:][\\]([A-Za-z0-9])*([\\][A-Za-z0-9])*([\\]|[.[A-Za-z0-9]{1})*
/
gum

Description

Detect paths under Windows format.

Submitted by ._thunderstrike - 7 months ago