Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
.NET 7.0 (C#)

@"
^((\.{2}\\)+|(\.?\\)?).+[^:\r\n]$
"
gm

Description

This expression will match all valid relative path formatted strings (Windows Only)

Submitted by Futuremotiondev - 17 days ago (Last modified 14 days ago)