is: function(value, text) {
      text = (typeof text == 'string')
        ? text.toLowerCase()
        : text
      ;