I’m processing some ugly log-files that contain different timestamp formats.
So I want to both search for an timestamp embedded in the line with a Regex, and then parse the timestamp if I find it.
To keep things DRY, it would be nice if the DateFormat knew how to become a Regex.
Being a newbie, perhaps I’m missing it.
BTW, as an old fart who’s played around with just about every language invented (Algol60 anyone?), Julia is the first new language to get me exited in a while. [I actually looked at it several years ago, but was unimpressed. Either I didn’t “get” it, or Julia has come a long way]