auraphp / Aura.Filter

Validate and sanitize arrays and objects.
MIT License
159 stars 33 forks source link

#114 - Updated validate.md with character case rules #115

Closed taiiiraaa closed 8 years ago

taiiiraaa commented 8 years ago

My small open source contribution for the today.

harikt commented 8 years ago

Thank you for the PR.

Partially fixes #114 of the feature #106 . @taiiiraaa do you mind updating docs also for sanitize methods ?

pmjones commented 8 years ago

@taiiiraaa Nice! As @harikt notes, it would be nice to have them for the sanitize methods as well, if you have the time. Regardless, thanks for the help!

harikt commented 8 years ago

@pmjones actually looking at this doc, I have a question. Will the lowercaseFirst interpret as other values will be capitalized? Especially in the case of sanitize? May be we should specifically mention all other characters are not modified. Thoughts ?