plugin REGEX validation 10 years ago3TopicHi ,could somebody make an example of syntax, how to fill input field so plugin'll start workI tried to make REGEX for date DD-MM-YYYY^(0[1-9]|1[0-9]|2[0-8]|29((?=-([0][13-9]|1[0-2])|(?=-(0[1-9]|1[0-2])-([0-9]{2}(0[48]|[13579][26]|[2468][048])|([02468][048]|[13579][26])00))))|30(?=-(0[13-9]|1[0-2]))|31(?=-(0[13578]|1[02])))-(0[1-9]|1[0-2])-[0-9]{4}$ 4229 PostsKadministrator 10 years ago0Level 1Hi,seems there is an error in the plugin, regex is missing opening and closing paranthesis in the output code, please open plugins/cck_field_validation/regex/regex.php and replace two instances of $validation->regexwith'"' . $validation->regex . '"' terveg 10 years ago1Level 1regegxp doesn't work when computation rules set to concatenate terveg 10 years ago0Level 2also doesn't accept *$/ui