hi,

I have an array of strings. This string array is an array of file names. What i want to do is make sure that each file name has the following format.

TextA_#_#



If the file name does not then i want to store this filename into another array but i think i can do this part.

What i am not clear on is the best way to "check" / "validate" that each entry in the array meets the requirement "Anytext_number_number"


Actually, the more i think about it the more i would say each file name has to have
1) 2 Underscores
2) 3 elements parsed from the file name.
the 3 elements can be a string or number.