Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 706 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 706 Bytes

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