Custom Random String

Content Type: Module
Categories: Utility

Overview

The Java Action will be useful to create a random string by inputting some parameters. The input parameters will decide the range of Data type. The Input parameters will be:

1. Uppercase Alphabet Range

2. Lowercase Alphabet Range

3. Number Range

4. Special Character Range

5.  Special Characters

The return type would be string which will return the Custom Random String based on the input choice made. The Generated String will have shuffled Characters.

Documentation


Description

The Java Action will be useful to create a random string by inputting some parameters.

The input parameters will decide the range of Data type.

The Input parameters will be:


1.       Uppercase Alphabet Range


2.       Lowercase Alphabet Range


3.       Number Range


4.       Special Character Range


5.       Special Characters


The return type would be string which will return the Custom Random String based on the input choice made.

The Generated String will have shuffled Characters.


Typical usage scenario

There are cases where User wants to generate the random string by providing the range of data type. User can provide it. In Special Character category he can mention which Special Characters should be in the Output by predefining it. The Generated String will have shuffled Characters.


Features and limitations

A single Component will be helpful to generate Random String according to Range and Shuffle it.


Dependencies

  • [Mendix modeler version]
  • [Other dependencies: E.g. modules, jars, images, styles etc.][


Releases

Version: 1.0.0
Framework Version: 9.1.0
Release Notes: User can decide the Special characters which he wants to be in the Final Output. The Final Output will have the Shuffled characters.