STRING, validate: { is: /^[a-z]+$/i, // matches this RegExp is: ["^[a-z]+$",'i'], ... len: [2,10], // only allow values with length between 2 and 10
確定! 回上一頁