Text-Format is an all-in-one text cleaning and text formatting online tool that can perform many simple and complex text operations including format text, clean text, remove line breaks, strip HTML, convert case, find and replace text. Using Text-Format allows you to quickly get a clean and tidy text content without having to do tedious manual work.
👉 Text-Format | English | 简体中文
git clone git@github.com:outwebfeng/text-format.gitcd text-format && yarn
#or
cd text-format && npm install
#or
cd text-format && pnpm install# website URL
NEXT_PUBLIC_SITE_URL=http://localhost
yarn dev
#or
npm run dev
#or
pnpm dev
