You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to allow numeric fields to include a sign? e.g. parse.parse("{:+05d}", "+1234"). I realize that parse handles signs just fine without even having to specify the sign, but this request is so that the same string can be used both for parsing and for formatting; in other words, I am suggesting that a leading sign in the field spec just be ignored.
The text was updated successfully, but these errors were encountered:
Would it be possible to allow numeric fields to include a sign? e.g.
parse.parse("{:+05d}", "+1234")
. I realize thatparse
handles signs just fine without even having to specify the sign, but this request is so that the same string can be used both for parsing and for formatting; in other words, I am suggesting that a leading sign in the field spec just be ignored.The text was updated successfully, but these errors were encountered: