3
Answers

regex to valid filepath

Ask a question
David Smith

David Smith

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