LJustify
Justifies characters in a string of a specified length, either left or right.
Method Signature
Arguments
Argument
Type
Required
Description
Default
string
string
true
The string to justify.
length
integer
true
The specified length of the resulting string.
Examples
Related
Last updated