restrung-regex
v1.0.0
Published
JavaScript string helpers built with regular expressions.
Downloads
2
Readme
Restrung-regex
JavaScript string helpers built with regular expression.
Overview
This project exists solely as a learning exercise into programming in JavaScript.
API
These are the current public functions this library supports.
String
- camelCase
- pascalCase
- snakeCase
- spaceCase
- swapCase
- capitalize
- uncapitalize
- truncate
- surround
- ltrim
- trim
- rtrim
- clean
Type
License
Copyright (c) 2015 Jason Bellamy
Licensed under the MIT license.