Results 15 comments of Richard Jones

Just to be clear: I don't consider parse to be a replacement for all use cases of regex. I don't want it to become complicated to understand because it tries...

I apologise that my library handles localisation so poorly :-( I honestly am not sure how to address this issue though. I really don't like the idea of adding in...

I'm marking this one as a wishlist item because I do not believe the current implementation of parse() can be made to enforce widths as precisely as you need. Because...

Noting that this is the same issue as reported in #99

This one is quite tricky, since the width stuff is really hard to get right when constructing the regex internally. I think there's going to need to be some tricky...

Oof. Unfortunately, `parse` deviates from `format` for that one letter, `s`. In `parse` it means "whitespace". In `format`, when used, it means "the default string format". I actually mis-read the...

I don't really like that as an option, as it will be very confusing. I think to fix it I'd need to make it a new major release which is...

Not really, but I think I'm going to have to ;-)

What does this return if you've matched both positional and named items?