p43s
v0.0.0
Published
Check if a string matches the p43s numeronym pattern
Readme
p43s
Check if a string matches the p43s numeronym pattern
Install
$ npm install p43sUsage
const { isP43s } = require('p43s')
isP43s('probabilistic_programming_problems') // => true
isP43s('probabilistic_programming_problemS') // => true
isP43s('hello') // => falseLicense
MIT © anozon
