sarnie

1.0.0 • Public • Published

Build Status

sarnie

Converts a list of strings into a compact, readable representation with delimiters of choice

sarnie 'alba,albero,albergo,alberto'
# => alb(a|er(go|o|to))

sarnie 'aria:arianna' ':' '[' '+' ']'
# => aria[+nna]

What?

In British slang, sarnie is the abbreviation of sandwich. The name hints at the strings being sliced and interleaved with bread, the delimiters.

Why?

Useful when you need to pass long lists of URL params

License

Copyright (c) 2016-2017, Claudio Procida

MIT

Dependents (0)

Package Sidebar

Install

npm i sarnie

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • claudiopro