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

added trim sanitization #191

Closed pelevesque closed 6 years ago

pelevesque commented 6 years ago

Trim sanitization simply runs trim() on a string,

thetutlage commented 6 years ago

Thanks 😄

pelevesque commented 6 years ago

Thanks to you for Adonis!