FatEcto v0.5.0 FatUtils.String View Source

Generate string with different number of characters.

Link to this section Summary

Functions

Generate string of length 8 if length is not defined.

Link to this section Functions

Generate string of length 8 if length is not defined.

Link to this function

random_of(length, array_of_chars \\ ["", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", ""])

View Source

Generate string of specific length and also takes comma separated characters from which string is generated.