Variable AddressValidCharsRegExpConst

AddressValidCharsRegExp: RegExp = ...

matches any string that contains only letters and digits, with no spaces or other characters allowed.

Generated using TypeDoc