Aptivi - Manual
ProjectsWebsiteBlog
Textify - Manual
Textify - Manual
  • Welcome
  • Breaking changes
  • Usage
    • How to use
      • Basic Features
        • Text Manipulation
        • Other Tools
      • Extra Features
        • Space Analysis and Correction
        • Unicode Analysis
        • Semantic Versioning
        • Name Generation
        • Word Management
        • Accessibility Tools
        • Figlet Text
        • Emoji Management
        • Wide Characters
    • How it works
      • Space Analyzer Internals
      • Unicode Analyzer Internals
      • Semantic Versioning Internals
      • Name Generation Internals
      • Word Selection Internals
      • Figlet Text Internals
  • Report an issue
  • Source code
  • API Reference
Powered by GitBook
On this page
Edit on GitHub
  1. Usage

How to use

How do I use this library?

Last updated 6 months ago

This library contains a plethora of features that allow you to manipulate with or generate text. They are intended to improve your productivity and accelerate your text generation.

For general usage of the text manipulation library, you can use the TextTools class to get access to various string manipulators. This class is found in the Textify.General namespace. Additionally, the JSON tools can be found in the JsonTools class to get access to various JSON tools, such as getting a difference between two JSON objects.

In addition to the general text tools, you can also use the regular expression tools found under the Textify.Tools namespace. This is all explained in their separate pages by consulting the appropriate page found in the below page:

For extra features that Textify provides, consult the below page:

Basic Features
Extra Features