Hi Team,
I want to validate a file path like below in the text box?
Example: The file extension may be anything.
"file://Test\JBC\work.pdf"
I tried the below regex with the IsMatch but I couldn't succeed.
IsMatch("file://Test\JBC\work.pdf", "file:[\w\./-:-!]+")
Can anyone help me with the regex? @RandyHayes @Pstork1 @CNT
Regards,
Gokul