Vcube is a smart validation library that has some utils to do validation easily! And saving time.
```
import Vcube from 'vcube';
const $vc = new Vcube();
$vc.isStringHasNumbers("validating-full-name", "Elon Musk") // THIS WILL RETURN "Elon Musk" if true else will return false
```
Vcube is an open-source library anyone can contribute to sketch this library and to make it more significant and reliable for developers.
For now, we're just sketching ideas in this readme file to see how the syntax of Vcube will look like in the future. Pull requests are welcome!
Wahib Abdou wahibworks@gmail.com (http://wahibworks.team) ( MIT License )