This function left-pads a string with another string, to a certain length.
Example:
LPAD("abc/12345",3,"xxx")=abc/12xxx