3
Answers

regex to valid filepath

Photo of David Smith

David Smith

12y
1.4k
1
I am looking for a regex that validates a filepath. Can someone assist me?


Example:

C;\temp\example.txt  Incorrect because of ";"

C:\temp\example.txt
  Correct




Answers (3)