string-left-number-right
Check if a string contains letters on the left and numbers on the right side
Install
$ npm install string-left-number-right
Usage
const stringLeftNumberRight = ; ;//=> true ;//=> false ;//=> false ;//=> false ;//=> false ;//=> undefined
Note: This module doesn't consider whitespace. Please consider trim the string beforehand.
License
MIT © JeffMinsungKim