feat: Add Text-Case Transformer functionality

This commit is contained in:
Babar Saleh Hayat 2024-04-02 21:32:44 +05:00
parent d3b32cc14e
commit 5ca7aa13d2
6 changed files with 85 additions and 0 deletions

View file

@ -332,6 +332,10 @@ tools:
title: JSON minify
description: Minify and compress your JSON by removing unnecessary white spaces.
text-case-transformer:
title: Text case transformer
description: Transform text to different cases (upper, lower, capitalize words, capitalize sentences, remove punctuations, remove extra spaces, reverse text)
ulid-generator:
title: ULID generator
description: Generate random Universally Unique Lexicographically Sortable Identifier (ULID).

View file

@ -336,6 +336,10 @@ tools:
title: 字符串混淆器
description: 混淆字符串如秘密、IBAN 或令牌),使其可共享和可识别,而不泄露其内容。
text-case-transformer:
title: 文本大小写转换器
description: 将文本转换为不同的大小写(大写、小写、单词首字母大写、句子首字母大写、去除标点符号、去除多余空格、反转文本)
base-converter:
title: 整数基转换器
description: 在不同的基数十进制、十六进制、二进制、八进制、base64…之间转换数字