1.0.0-alpha.2
Pre-release
Pre-release
·
130 commits
to master
since this release
This is the second alpha build released as I work towards Voca 1.0.0.
This release is strictly for development and testing only, and must not be used for production
This alpha contains the following modifications.
👍 New features:
- Implemented a new function
v.countWords()
that counts the number of words in a string (see docs) - Implemented a new function
v.wordWrap()
that wraps the string by spaces (see docs)
👌 Refactoring:
- Renamed function
v.countGrapheme()
tov.countGraphemes()
- Renamed function
v.countSubstring()
tov.countSubstrings()
- Internal refactoring of the regular expression constants to reduce to size of build for individual functions