String validation and senitizor for Node.js
Strict validation of incoming data is very essential and expected part of any software system. You must be very sure about the nature of data especially the one which is coming from another source. We all do validation for simple…