<div dir="ltr">Hello,<br><br>I'd like to use the RegularExpressionSeriesFileNames  class to generate a list of sorted file names in a directory, but having some difficulties. In a toy example that I'm experimenting with, my directory has the following files:<div><br></div><div>3   a   a1  ab1 b   b1  c   c1  cd<br></div><div><br></div><div>Here are 2 regular expressions that I tried and the file names they match:</div><div><br></div><div>(1) expression [^ab1-9] matches c1, c, and cd</div><div><br></div><div>(2) expression [^ab1-9]$ matches c and cd</div><div><br></div><div>According to documentation, (1) makes sense to me, but (2) does not. Specifically, (2) should not have cd as a match, since $ matches end-of-line (and not d). Am I missing something?</div><div><br></div><div>Documentation I'm looking at: <a href="https://itk.org/Doxygen/html/Examples_2IO_2ImageSeriesReadWrite2_8cxx-example.html#_a3">https://itk.org/Doxygen/html/Examples_2IO_2ImageSeriesReadWrite2_8cxx-example.html#_a3</a></div><div><br></div><div>Is there additional documentation for the class that will help?</div><div><br></div><div>Thanks,</div><div>--Fijoy</div></div>