0.0.12 • Published 9 years ago

stringfy v0.0.12

Weekly downloads
4
License
ISC
Repository
-
Last release
9 years ago

Stringfy

WIP A collection of nice shits for String manipulations.

Introduction

import stringfy from 'stringfy'

// returned string `edcba`
stringfy('abcde').reverse().val()

// returned string `getElementById`
stringfy('get-element-by-id').camelCase().val()

// returned string `hello`
stringfy(' hello   ').trim().val()

// return words count => 3, with CJK support
stringfy('呆死ki').count()

// return slugify string, with CJK support
// like 'I love cat' => 'i-love-cat'
string('空彩观测').slug().val()

License

MIT.

0.0.12

9 years ago

0.0.11

9 years ago

0.0.1

9 years ago