Skip to content

Matt-Esch/text-assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text-assembler

Splits a string into multiple parts, identified by a guid.

Example

var text = require('text-assembler');

// An array of uri-safe base64 encoded strings no longer than 60 characters long
var payloads = text.disassemble('Some really long string that needs to be split into bits.', 60);

// The original string
var reassemble = text.assemble(payloads);

Installation

npm install text-assembler

Contributors

  • Matt-Esch

MIT Licenced

About

Splits a string into multiple parts, identified by a guid.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published