mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-07 06:47:13 -04:00
feat: Add Text-Case Transformer functionality
This commit is contained in:
parent
d3b32cc14e
commit
5ca7aa13d2
6 changed files with 85 additions and 0 deletions
|
@ -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).
|
||||
|
|
|
@ -336,6 +336,10 @@ tools:
|
|||
title: 字符串混淆器
|
||||
description: 混淆字符串(如秘密、IBAN 或令牌),使其可共享和可识别,而不泄露其内容。
|
||||
|
||||
text-case-transformer:
|
||||
title: 文本大小写转换器
|
||||
description: 将文本转换为不同的大小写(大写、小写、单词首字母大写、句子首字母大写、去除标点符号、去除多余空格、反转文本)
|
||||
|
||||
base-converter:
|
||||
title: 整数基转换器
|
||||
description: 在不同的基数(十进制、十六进制、二进制、八进制、base64…)之间转换数字
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue