OUR SITES NetworkRADIUS FreeRADIUS

%lpad(<string>, <val>, <char>)

Left-pad a string.

Example
&control.Tmp-String-0 := "123"

&reply.Reply-Message := "Maximum should be %lpad(%{control.Tmp-String-0}, 11, '0')"
Output
Maximum should be 00000000123