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 - a month ago (Last modified 25 days ago)