|
Pad Text
Pads the text with the specified content.
Parameters
-
Text Specifies the text expression to be search.
-
Padding position Specifies the padding location, and it can be at begin, end, and both begin and end.
-
Text to pad with Specifies the string to use as the padding content.
-
Padding type Specifies how to pad the text, it can be fixed target length, or repeat x number of times regardless of the text length.
-
Length Specifies the target length of the text after padding.
-
Amount Specifies the number of the repeat times.
-
Populate variable with padded text Specifies a variable to hold the padded text.
Notes
|