fn:string-pad

fn:string-pad(string? $padString, integer $padCount) → string?

Function signature

$padString

xs:string ?

$padCount

xs:integer

Result

xs:string ?

Returns a string obtained by concatenating $padCount occurrences of $padString

XPath 2.0 Specification

Removed in Saxon 7.8


Expand

Up  Next