Project

General

Profile

Task #72485

Updated by Andreas Kienast almost 9 years ago

The current implementation of FormEngineValidation has some performance flaws: Some evaluation commands check each character of the passed value instead of applying regular expressions. Also, some custom methods can be replaced by native JavaScript. flaws.

Back