Implementation of LPAD(input string, length int [, fill string]) Fills up the input to length (number of characters) by prepending characters in fill (space by default). If the input is already longer than length then it is truncated on the right.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.