For single printable ascii characters - char code between 0x20 (included) and 0x7e (included)
https://www.ascii-code.com/
Please use $string with fc.string({ minLength: 1, maxLength: 1 }) instead
fc.string({ minLength: 1, maxLength: 1 })
Since 0.0.1
For single printable ascii characters - char code between 0x20 (included) and 0x7e (included)
https://www.ascii-code.com/