@6footgeek/validate-whitespace-string

A whitespace validator, whitespace is allowed, but the string cant consist only of whitespace characters.

Usage no npm install needed!

<script type="module">
  import 6footgeekValidateWhitespaceString from 'https://cdn.skypack.dev/@6footgeek/validate-whitespace-string';
</script>

README

@6footgeek/validate-whitespace-string

A whitespace validator, whitespace is allowed, but the string cant consist only of whitespace characters.

Installation

$ [sudo] npm install @6footgeek/validate-whitespace-string

Usage

import {validateWhitespaceString} from '@6footgeek/validate-whitespace-string';

validateWhitespaceString('test this string'); // true
validateWhitespaceString('     '); // false

validateWhitespaceString(123); // throws error

License

MIT