String Generators
Below are the provided basic string generators.
Name | Description | Code |
---|---|---|
Alpha | Generates string that only include letters | Generate.alpha |
Alpha Numeric | Generates string that only includes letters or digits. | Generate.alphaNumeric |
Example
An example of generating an alpha only string:
Generate.alpha.default.value