Fixes bracket match in rule function
@ -403,7 +403,7 @@ $.fn.form = function(fields, parameters) {
type = validation.type,
value = $.trim($field.val() + ''),
bracketRegExp = /\[(.*?)\]/i,
bracketRegExp = /\[(.*)\]/i,
bracket = bracketRegExp.exec(type),
isValid = true,
ancillary,