Lines Matching full:zfill
5206 - A method zfill() was added to str and unicode, that fills a numeric5208 "+123".zfill(6) -> "+00123".