string-format-utils
Reactive icon

String Format Utils

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 23 October 2022
 by 
5.0
 (2 ratings)
string-format-utils

String Format Utils

Documentation
1.0.0

Overview

eSpace Name

StringFormatAndUtils_Lib

Description

Module that expose client and server action to format string or generate random string.



Actions

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()”


GenerateTextList ( Server and Client )

Generate a text list

Input parameters

Name

Description

DataType

Mandatory

ListSize

The data separation scope.

Integer

Yes

Argument0

The argument

Text

NO

Argument1

The argument

Text

NO

Argument2

The argument

Text

NO

Argument3

The argument

Text

NO

Argument4

The argument

Text

NO

Argument5

The argument

Text

NO

Argument6

The argument

Text

NO

Argument7

The argument

Text

NO

Argument8

The argument

Text

NO

Argument9

The argument

Text

NO

Argument10

The argument

Text

NO

Argument11

The argument

Text

NO

Argument12

The argument

Text

NO

Argument13

The argument

Text

NO

Argument14

The argument

Text

NO

Argument15

The argument

Text

NO

Argument16

The argument

Text

NO

Argument17

The argument

Text

NO

Argument18

The argument

Text

NO

Argument19

The argument

Text

NO

Argument20

The argument

Text

NO


Output parameters

Name

Description

DataType

TextList

The result text list.

Text List



StringFormat

Format the original string replacing the placeholders.


Input parameters

Name

Description

DataType

Mandatory

StringWithPlaceholder

The text with placeholder.

Text

Yes

ValuesTextList

List of text.

Text List

Yes

              


Output parameters

Name

Description

DataType

ComputedString

The computed string

Text



CreateGuid

Generate a Guid/Uuid with custom js function.

Output parameters

Name

Description

DataType

Guid

The guid/uuid

Text


EmptyGuid

Create an empty Guid/uuid

Output parameters

Name

Description

DataType

EmptyGuid

An empty Guid/uuid

Text



RandomSequence

Create a random sequence of 22 chars.

Output parameters

Name

Description

DataType

Text

Generated text.

Text




RandomString

Generate a text with the specificied length.


Input parameters

Name

Description

DataType

Mandatory

Length

The number of chars to generate.

Integer

Yes

              

Output parameters

Name

Description

DataType

Text

Generated text.

Text