StringNode.prototype.maxLength = function maxLength(value) {
  this.options.maxLength = value;
  return this;
};