I can't seem to find a Regular Expression for javascript that will test for the following cases:
- c:\temp
- D:\directoryname\testing\
- \john-desktop\tempdir\
You can see what I'm going for. I just need it to validate a file path. But it seems like all the expressions I've found, don't work for javascript.
Thank you in advance.
John