Commit Graph

2 Commits

Author SHA1 Message Date
MDLeom 25aab0be28
refactor(titleCase): String index & String.substring()
- String.substr() is a deprecated API
- Convert the rest to lowercase
2020-08-19 08:41:57 +00:00
MDLeom 9490884b5a
feat(helper): titleCase
- simpler version of https://github.com/rvagg/titlecase
  * no exceptions
2020-08-19 03:29:17 +00:00