Support replacer functions on validations #1363
Labels
bug
Verified issues on the current code behavior or pull requests that will fix them
missing feature
Reported issue which is not a bug but needs to be implemented
Milestone
In CodeIgniter 3, this was a feature. We could add replacer functions (such as trim and strtolower) to the validations as a rule. Will you support this?
Example:
required|min_length[3]|max_length[32]|is_unique[users.username]|trim|strtolower
The text was updated successfully, but these errors were encountered: