<div dir="ltr">Thank you.<div><br></div><div>Is there an option to get this class to traverse an entire directory tree and generate file names recursively?</div><div><br></div><div>--Fijoy</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 9, 2017 at 10:28 AM, Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">[^ab1-9]$<br>
should be<br>
^ [^ab1-9]$<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Wed, Mar 8, 2017 at 3:57 PM, Fijoy Vadakkumpadan <<a href="mailto:tofijoy@gmail.com">tofijoy@gmail.com</a>> wrote:<br>
> I'm using my own code. The RE is hard coded in my code as a string literal,<br>
> like:<br>
><br>
> nameGenerator-><wbr>SetRegularExpression(regex),<br>
><br>
> where regex is a const char* pointing to string literal.<br>
><br>
> --Fijoy<br>
><br>
> On Wed, Mar 8, 2017 at 3:26 PM, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>><br>
> wrote:<br>
>><br>
>> Are you using the example code or your own code? Are you passing the RE on<br>
>> the command line or is it hard coded in the code?<br>
>><br>
>> On Mar 8, 2017 2:57 PM, "Fijoy Vadakkumpadan" <<a href="mailto:tofijoy@gmail.com">tofijoy@gmail.com</a>> wrote:<br>
>>><br>
>>> Hello,<br>
>>><br>
>>> I'd like to use the RegularExpressionSeriesFileNam<wbr>es  class to generate a<br>
>>> list of sorted file names in a directory, but having some difficulties. In a<br>
>>> toy example that I'm experimenting with, my directory has the following<br>
>>> files:<br>
>>><br>
>>> 3   a   a1  ab1 b   b1  c   c1  cd<br>
>>><br>
>>> Here are 2 regular expressions that I tried and the file names they<br>
>>> match:<br>
>>><br>
>>> (1) expression [^ab1-9] matches c1, c, and cd<br>
>>><br>
>>> (2) expression [^ab1-9]$ matches c and cd<br>
>>><br>
>>> According to documentation, (1) makes sense to me, but (2) does not.<br>
>>> Specifically, (2) should not have cd as a match, since $ matches end-of-line<br>
>>> (and not d). Am I missing something?<br>
>>><br>
>>> Documentation I'm looking at:<br>
>>> <a href="https://itk.org/Doxygen/html/Examples_2IO_2ImageSeriesReadWrite2_8cxx-example.html#_a3" rel="noreferrer" target="_blank">https://itk.org/Doxygen/html/<wbr>Examples_2IO_<wbr>2ImageSeriesReadWrite2_8cxx-<wbr>example.html#_a3</a><br>
>>><br>
>>> Is there additional documentation for the class that will help?<br>
>>><br>
>>> Thanks,<br>
>>> --Fijoy<br>
>>><br>
>>> ______________________________<wbr>_________________<br>
>>> Community mailing list<br>
>>> <a href="mailto:Community@itk.org">Community@itk.org</a><br>
>>> <a href="http://public.kitware.com/mailman/listinfo/community" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/community</a><br>
>>><br>
><br>
<br>
<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Unpaid intern in BillsBasement at noware dot com<br>
</font></span></blockquote></div><br></div>