0.0.1 • Published 13 years ago
increment v0.0.1
increment
increment strings
Example
increment('user', '-') // user-1
increment('user-1', '-') // user-2
increment('user-999', '-') // user-1000Installation
$ component install matthewmueller/incrementAPI
increment(str, prefix )
Increment str by 1. Give an optional prefix.
License
MIT
0.0.1
13 years ago