hunt-console ~master (2021-10-29T03:43:53Z)
Home
Dub
Repo
StringUtils.padRight
hunt
console
util
StringUtils
StringUtils
Undocumented in source. Be warned that the author may not have intended to support it.
string
padRight
(string string, int length, char padChar)
string
padRight
(string str, int length, string padString)
class
StringUtils
static
string
padRight
(
string
str
,
int
length
,
string
padString
)
Meta
Source
See Implementation
hunt
console
util
StringUtils
StringUtils
static functions
count
join
ltrim
padLeft
padRight
repeat
rtrim
split
stripTags
unquote