Regular Expression

  • Thread starter Thread starter Chris Kennedy
  • Start date Start date
C

Chris Kennedy

Does anyone know a regular expression that will validate the file extension
but also allow multiple file extensions if necessary. It also needs to be
case insensitive. Regards, Chris.
 
Defne "validate the file extension."
Define "allow multiple file extensions."

IOW, your question can't be answered as you have asked it. Regular
Expressions look for patterns of characters. You haven't defined any sort of
pattern to look for.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top