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
  2. How to use

Basic Features

We have basic features!

Last updated 6 months ago

In Textify, we have some of the basic text manipulation features, such as string extensions that allow you to perform various operations on a string, such as splitting new lines, splitting with double quotation support, and performing bulk replacement of substrings in a string. We also provide you with regular expression tools that allow you to interact with the class found in .NET.

The main focus for Textify is string manipulation, but also includes extra basic features that you can use, such as JSON tools and regular expression tools. Extensions that focus on the main goal are written in its own separate page, while the other features are mentioned in a separate page, which you can consult here:

Regex
Text Manipulation
Other Tools