mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-05 05:47:10 -04:00
Merge 839bafe035
into 76a19d218d
This commit is contained in:
commit
b9535d42db
6 changed files with 190 additions and 0 deletions
|
@ -388,6 +388,10 @@ tools:
|
|||
title: Encode/decode URL-formatted strings
|
||||
description: Encode text to URL-encoded format (also known as "percent-encoded"), or decode from it.
|
||||
|
||||
smart-text-replacer:
|
||||
title: Smart text replacer
|
||||
description: Search and replace a word on single or multiple occurrences just like windows notepad search and replace.
|
||||
|
||||
text-to-binary:
|
||||
title: Text to ASCII binary
|
||||
description: Convert text to its ASCII binary representation and vice-versa.
|
||||
|
|
|
@ -387,3 +387,7 @@ tools:
|
|||
text-to-binary:
|
||||
title: 文本到 ASCII 二进制
|
||||
description: 将文本转换为其 ASCII 二进制表示形式,反之亦然。
|
||||
|
||||
smart-text-replacer:
|
||||
title: 智能文本替换器
|
||||
description: 像windows记事本一样搜索和替换单个或多个出现的单词。
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue