This repository has been archived by the owner on Jan 12, 2023. It is now read-only.
Textiv 1.0
New Features
- Case change (upper, lower, capitalize)
- Duplicate elimination
- Spell check
- Abbreviation expansion/contraction
- Text inversion
- Special character escape
*Number conversion to words
The chosen transformations can be arranged in any order, and when applied to the input text, they will produce the resulting manipulated text.
REST API
In addition to the locally hosted website, Textiv also supports a REST API, allowing users to access and manipulate text through API calls. This makes it easy to integrate Textiv into other applications or automate text manipulation processes.