Core Description
Function padStart
string padStart(string a_str, integer a_len, string a_fill)
Pads the beginning of a string to the specified length with the characters specified in the pattern.
Source file
fcf:fcf.js
Namespace
fcf
Arguments:
string a_str - Source string
integer a_len - The length to which the string must be filled
string a_fill - Fill pattern
Return value:
string
String padded to given length