blah/string

same as blah/en/string

Functions

pub fn alpha(length: Int) -> String
pub fn alphanumeric(length: Int) -> String
pub fn lower_alpha(length: Int) -> String
pub fn numeric(length: Int) -> String
pub fn roman_numeral(min: Int, max: Int) -> String
pub fn upper_alpha(length: Int) -> String
pub fn with_pattern(given_pattern: String) -> String

you can use the below codes to specify your desired pattern:

%c - digits and letters

%w - letters

%d - digits

%n - non-zero digits

%l - lowercase letters

%u - uppercase letters
Search Document