How can I make a string a certain length by filling the remaining spaces with a certain character? For example, if I wanted each string to have 7 characters, "hello" becomes "__hello", "123" becomes "____123", etc.