Re: Question about using regex

2012-03-21 Thread Dmitry Olshansky
On 21.03.2012 21:13, Dmitry Olshansky wrote: On 21.03.2012 20:05, James Oliphant wrote: While following the regex discussion, I have been compiling the examples to help with my understanding of how it works. From Dmitry's example page: http://blackwhale.github.com/regular-expression.html and fr

Re: Question about using regex

2012-03-21 Thread Dmitry Olshansky
On 21.03.2012 20:05, James Oliphant wrote: While following the regex discussion, I have been compiling the examples to help with my understanding of how it works. From Dmitry's example page: http://blackwhale.github.com/regular-expression.html and from the dlang.org website: htt

Question about using regex

2012-03-21 Thread James Oliphant
While following the regex discussion, I have been compiling the examples to help with my understanding of how it works. >From Dmitry's example page: http://blackwhale.github.com/regular-expression.html and from the dlang.org website: http://dlang.org/phobos/std_regex.html std.reg