An open API service indexing awesome lists of open source software.

https://github.com/bitwalker/stringex

A string extensions library for node.js
https://github.com/bitwalker/stringex

Last synced: 10 months ago
JSON representation

A string extensions library for node.js

Awesome Lists containing this project

README

          

### stringex.js

> A semi-port of rsl/stringex from ruby to node.js

This is more or less intended to be a complete port of rsl/stringex (Ruby/Rails stringex lib).
So far this package is more or less feature complete, but there are probably a lot of
improvements that can be made. I'll try my best to seek out my failures, but please
report issues to me via github so I can tackle them as quickly as possible. Thanks.

![Build Status](https://secure.travis-ci.org/bitwalker/stringex.png)

### Features

- Unicode <=> ASCII transliteration
- Character conversion
- Useful string manipulations
- Easy to use, yet feature-complete slug generator via stringex.toUrl()

### Contributing

You know the score. Fork => Fix => Pull Request. Please write tests
for any code you write, and make sure tests pass if you modify existing
code. In any case, help is always appreciated!