Excerpt | ||
---|---|---|
| ||
padRight(string, length, \[character\]) Right pad a string to the given length with spaces (or character if provided). |
Function: padRight()
Right pad a string to the given length with spaces (or character if provided).
...
Excerpt | ||
---|---|---|
| ||
padRight(string, length, \[character\]) Right pad a string to the given length with spaces (or character if provided). |
Right pad a string to the given length with spaces (or character if provided).
...