For min and max, normally youvalue should be beween min and max, that'
min <= yourvalue <= max
For string, the comparison is based on its Ascii value
So min and max should be refered to the string's Ascii value
I think it is not clearly to use min/max in a range validator for checking ASCII values instead of string length? How can I validate string length with existing validators