isgsm7

0.1.0 • Public • Published

isgsm7

Check if a string conforms/validates to GSM-7bit.

Installation

$ npm i --save isgsm7

Usage

const isgsm7 = require("isgsm7");
 
console.log(isgsm7("🔥"));
// false
 
console.log(isgsm7("It was a teenage wedding and the old folks wished them well"));
// true

Changelog

0.1.0

  • Rename to isgsm7 to avoid further case-sensitivity-confusions

0.0.2

  • Fixed case of installation instruction
  • Fixed main direction in package.json

0.0.1

  • Initial release

References

Copyright notice

© 2020, Tim Daubenschütz. All rights reserved.

License

GPL v3.0 (see "LICENSE" file)

Package Sidebar

Install

npm i isgsm7

Weekly Downloads

8

Version

0.1.0

License

GPL-3.0-only

Unpacked Size

37.6 kB

Total Files

6

Last publish

Collaborators

  • timdaub