str_pad - Pad a string to a certain length with another string.
str_pad(string,pad_length,pad_string,pad_type)
res={{str_pad("pierre",10)}}. return res=pierre .)); res={{str_pad("pierre",10, "-=", 1)}}. return res=-=-=pierre.)); res={{str_pad("pierre",10, "_", 2)}}. return res=__pierre__.));
{{ include("includes/strings.sn") }}
Written by Pusnei Sergey, <sergey@sednove.com>
1.0 2014-09-09 21:24:14 laplante@sednove.com
Edit© 2024 extenso Inc. All rights reserved.