poppinss / indicative

Indicative is a simple yet powerful data validator for Node.js and browsers. It makes it so simple to write async validations on nested set of data.
https://indicative.adonisjs.com/
MIT License
417 stars 52 forks source link

trim() sanitizer? #189

Closed moltar closed 6 years ago

moltar commented 6 years ago

I think a trim sanitizer would be useful to remove extra whitespace. What do you think?

thetutlage commented 6 years ago

Yes, happy to add with options to remove from left, right or all whitespaces

moltar commented 6 years ago

Do you want to add it or do you want a PR?

RomainLanz commented 6 years ago

PR would be awesome! 👍

pelevesque commented 6 years ago

Done. https://github.com/poppinss/indicative/pull/191