3
Answers

regex to valid filepath

David Smith

David Smith

11y
996
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)