chober
deprecatedChober.js - is a collection of methods that are used by programmers every day. We decided to put all the methods together so as not to copy them from project to project.
Updated by @thebrooons
@stdlib/assert-is-alphanumeric
Test whether a string contains only alphanumeric characters.
Updated by @stdlib-bot
@stdlib/assert-is-digit-string
Test whether a string contains only numeric digits.
Updated by @stdlib-bot
@stdlib/assert-is-ascii
Test whether a character belongs to the ASCII character set and whether this is true for all characters in a provided string.
Updated by @stdlib-bot
@stdlib/assert-is-whitespace
Test whether a string contains only white space characters.
Updated by @stdlib-bot
@stdlib/assert-is-hex-string
Test whether a string contains only hexadecimal digits.
Updated by @stdlib-bot