3 个仓库
Operations that replace occurrences of a substring within a string with another string.
Distinct from Substring Length Metrics: Distinct from Substring Length Metrics: focuses on replacing substrings rather than measuring their lengths.
Explore 3 awesome GitHub repositories matching software engineering & architecture · Substring Replacements. Refine with filters or upvote what's useful.
This is an interactive Python tutorial delivered as a collection of Jupyter notebooks. It is designed as a structured learning path for beginners, teaching fundamental language concepts through a sequence of lessons that combine explanatory text with runnable code cells and embedded practice exercises. Each notebook is a self-contained unit that introduces a topic, demonstrates it with a minimal code example, and then asks the learner to write code themselves, receiving immediate feedback from the browser-based execution environment. The curriculum is built on a progressive concept-stacking mo
Teaches replacing occurrences of a substring within a string.
Just 是一个 JavaScript 实用程序库集合,专为数据操作、函数式编程、性能优化、统计分析和字符串处理而设计。它提供了一套用于深度克隆、过滤和转换复杂对象与数组的工具。 该项目被构建为一系列零依赖模块,允许独立使用实用程序以最小化包大小。它实现了包括柯里化、管道和部分应用在内的函数式编程模式,并通过记忆化、防抖和节流提供执行控制。 该库涵盖了广泛的功能,包括深度对象操作、组合数据生成以及素数验证和数值钳位等数学运算。它还包括用于计算方差和标准差等指标的统计工具,以及用于大小写转换和字符串插值的文本处理实用程序。
Provides a utility to substitute every instance of a specific substring with another string.
ToolGood.Words 是一个敏感词过滤库和文本清洗组件,专为高性能检测和屏蔽违禁词而设计。它提供了中文文本规范化、拼音转换以及用占位符替换违禁词的工具。 该项目的特色在于其通过拼音转换引擎和基于语音的检测来发现混淆语言的能力。它通过将中文字符映射为拼音表示,识别出由语音替换、首字母缩写或故意拼写错误隐藏的敏感内容。 该库涵盖了广泛的文本处理功能,包括简繁体转换、全角半角字符格式化以及通配符模式匹配。这些工具支持在应用过滤和屏蔽逻辑之前标准化输入的规范化工作流。
Replaces detected sensitive substrings with placeholder characters to sanitize the output text.