Javascript String isNormalized()
isNormalized()
String.prototype.isNormalized = function() { return /^[A-Z0-9 -\.]+$/.test(this); }