K3 Documents

Padding a String with Characters

Updated on

Copy and Paste the following formula using your data where necessary.

Description:

Add padding characters up to a max length of a string

org.apache.commons.lang.StringUtils.leftPad({string_filed}, 11, "0")
Click to copy
Previous Article Cast to Integer
Next Article Parse a String / Extract a Substring