12
Answers

Regex for a valid filepath filename extension

I am looking for a regex that validates a couple of things.

1.Validate is the string is a valid filepath.
2. Validate if the extension has a '.xml' extension.

Answers (12)