Browse Source
When adding a custom method e.g. "isValid[\[0-9A-Za-z\]+]" using form validation module, I found it got the wrong match "[0-9A-Za-z" as the regular expression, so I prefer using greedy match.pull/658/head
1 changed files with 1 additions and 1 deletions
Loading…