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
- Host: GitHub
- URL: https://github.com/bitwalker/stringex
- Owner: bitwalker
- Created: 2012-01-05T10:41:37.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T17:18:07.000Z (over 6 years ago)
- Last Synced: 2025-03-21T13:12:29.255Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/stringex
- Size: 128 KB
- Stars: 15
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

### 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!