Functionsยง
- left_
pad - pad a string to the left to
padlength with spaces If str.len() is less than pad, then the string is returned verbatim - left_
pad_ char - pad a string to the left to
padlength withpadcharIf str.len() is less than pad, then the string is returned verbatim