eSpace Name
StringFormatAndUtils_Lib
Description
Module that expose client and server action to format string or generate random string.
Please Note:
This module contains Server and Client action with the same Name, same parameters and same output.
The only exception is for CreateGuid because Outsystem already expose the server action “GenerateGuid()”
Generate a text list
Input parameters
Name
DataType
Mandatory
ListSize
The data separation scope.
Integer
Yes
Argument0
The argument
Text
NO
Argument1
Argument2
Argument3
Argument4
Argument5
Argument6
Argument7
Argument8
Argument9
Argument10
Argument11
Argument12
Argument13
Argument14
Argument15
Argument16
Argument17
Argument18
Argument19
Argument20
Output parameters
TextList
The result text list.
Text List
Format the original string replacing the placeholders.
StringWithPlaceholder
The text with placeholder.
ValuesTextList
List of text.
ComputedString
The computed string
Generate a Guid/Uuid with custom js function.
Guid
The guid/uuid
Create an empty Guid/uuid
EmptyGuid
An empty Guid/uuid
Create a random sequence of 22 chars.
Generated text.
Generate a text with the specificied length.
Length
The number of chars to generate.