On Mon, 2011-05-30 at 17:44 -0300, Jose Armando Garcia wrote: > On Mon, May 30, 2011 at 10:38 AM, Lars Tandle Kyllingstad > <[email protected]> wrote: > > My proposal for a new std.path is now ready for review [...] > > Quickly looked at the doc. Why is this true in glob? > > --- > assert (glob("foobar", "foo?bar")); > --- > > The doc says "? Matches exactly one instances of any character"
Fortunately, the example was wrong. The code works as expected. I have made some improvements to the glob() documentation now. Thanks for pointing this out! -Lars _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
