FatEcto v0.4.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.
Generate string of specific length and also takes comma separated characters from which string is generated.
Link to this section Functions
Link to this function
random(length \\ 8) View Source
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.