in reply to Re: regex is not working as I intended
in thread regex is not working as I intended
I'm not sure why,
At position 0,
Since it matched at position 0, it doesn't try to match at position 1 (where one of the first two alternates has a chance of matching).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: regex is not working as I intended
by fireblood (Scribe) on Jan 22, 2018 at 19:11 UTC | |
by AnomalousMonk (Archbishop) on Jan 23, 2018 at 01:05 UTC | |
by GrandFather (Saint) on Jan 22, 2018 at 22:38 UTC | |
by ikegami (Patriarch) on Jan 22, 2018 at 23:15 UTC |