V01.01.00-R
RC3 Feature Release
Added Features
- A new preprocessor to convert text to different cases.
- Function name = changeTextCase(text, type)
Supported types are "lower", "UPPER" and "Title"
What's Changed
- Add extra pre-processor = changeTextCase(text,type) by @vipulasrilanka in #8
Full Changelog: RC2...RC3