in reply to Re: Re: Date Regex
in thread Date Regex
However, in my advice, I always assume (unless otherwise noted) that the poster is asking about code that will eventually end up in production use. Unless you're someone like japhy, Abilgail-II, or tye, I would not recommend using regexes to parse irregular formats in production code. (And, yes, dates are irregular formats, regardless of whether you know where it's coming from. You might know today, but you don't know about tomorrow.)
------
We are the carpenters and bricklayers of the Information Age.
Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.
Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re3: Date Regex
by greenFox (Vicar) on Mar 27, 2003 at 09:33 UTC | |
by dragonchild (Archbishop) on Mar 27, 2003 at 15:04 UTC |