Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 579 Bytes

File metadata and controls

17 lines (11 loc) · 579 Bytes

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