Skip to content

CharRange

Mostafa Asgari edited this page Mar 4, 2017 · 1 revision

CharRange is a range of characters.You specify start and end, and EasyGen gets a character randomly from start to end.
Syntax : [ char1 .. char2 ]
Example :

[a..z]  

Output : random character between a to z inclusively
NOTE : char1 <= char2

Clone this wiki locally