0.1.0 • Published 4 years ago

isgsm7 v0.1.0

Weekly downloads
13
License
GPL-3.0-only
Repository
github
Last release
4 years ago

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)

0.1.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago