用于审查文本中单词的实用程序。在左侧的输入表单中加载您的文本,并在选项中指定所有脏话,您将立即在输出区域获得已审查的文本。
In this example, we hide the unpleasant word "idiot" from Jim Rohn's quote. We specify this word in the words-to-censor option and mask it with a neat smiling face character.
Motivation alone is not enough. If you have an idiot and you motivate him, now you have a motivated idiot. Jim Rohn
Motivation alone is not enough. If you have an ☺ and you motivate him, now you have a motivated ☺. Jim Rohn
In this example, we censor multiple words from an excerpt. We write out all unnecessary words in the multi-line text option and activate the "Mask Each Letter" option so that exactly as many block characters appear as there are letters in that word.
"In the mirrors of the many judgments, my hands are the color of blood. I sometimes fancy myself an evil which exists to oppose other evils; and on that great Day of which the prophets speak but in which they do not truly believe, on the day the world is utterly cleansed of evil, then I too will go down into darkness, swallowing curses. Until then, I will not wash my hands nor let them hang useless." — Roger Zelazny, The Guns of Avalon
"In the mirrors of the many judgments, my hands are the color of █████. I sometimes fancy myself an ████ which exists to oppose other ████; and on that great Day of which the prophets speak but in which they do not truly believe, on the day the world is utterly cleansed of ████, then I too will go down into ████████, swallowing ██████. Until then, I will not wash my hands nor let them hang useless." — Roger Zelazny, The Guns of Avalon
In this example, we hide the name of an undercover FBI agent. We replace two words at once (first name and last name) with the code name "Agent 007".
My name is John and I am an undercover FBI agent. I usually write my name in lowercase as "john" because I find uppercase letters scary. Unfortunately, in documents, my name is properly capitalized as John and it makes me upset.
My name is Agent 007 and I am an undercover FBI agent. I usually write my name in lowercase as "Agent 007" because I find uppercase letters scary. Unfortunately, in documents, my name is properly capitalized as Agent 007 and it makes me upset.
使用分隔符将文本拆分为多个部分
使用指定的分隔符连接文本元素
快速删除文本中所有重复的行
快速将文本编码为摩尔斯电码
快速替换内容中的文本
重复文本多次
将文本截断为指定长度
逐个字符地反转任何文本
随机化文本中字母的大小写
将文本转换为大写
提取指定位置之间的部分文本
创建正读和倒读相同的文本
检查文本正读和反读是否相同
使用各种样式在文本周围添加引号
按位置移动文本中的字符。
使用 ROT13 密码对文本进行编码或解码。
使用 Base64 对数据进行编码或解码。
获取有关文本的统计数据
使用自定义选项生成安全的随机密码
快速对字符串进行 URL 转义。
快速对字符串进行 URL 转义。
使用 Unicode 转义序列对文本进行编码或解码。
查找文本中隐藏的 Unicode 字符