awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesMulti-Line Pattern Matching

Matching text patterns that span across newline characters by treating files as single blocks.

Distinct from Text Pattern Matching: Distinct from Text Pattern Matching: specifically addresses the capability to match patterns across multiple lines.

Explore 1 awesome GitHub repository matching data & databases · Multi-Line Pattern Matching. Refine with filters or upvote what's useful.

Awesome Multi-Line Pattern Matching GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • chmln/sdchmln 的头像

    chmln/sd

    7,220在 GitHub 上查看↗

    sd 是一个命令行文本处理实用程序,旨在跨多个文件搜索和替换文本模式。它作为一个基于正则表达式的查找和替换工具,允许直接从终端进行原地文件编辑。 该项目支持正则表达式替换(包括使用捕获组进行复杂转换)和用于字面文本替换的固定字符串替换。它通过将文件内容作为单个块进行处理来匹配跨换行符的模式,从而专门处理多行文本替换。 该工具提供了批量文件内容更新能力,以及在提交到文件系统之前审查修改的缓冲更改预览。

    Treats input as a single block to match patterns and newlines spanning multiple lines.

    Rust
    在 GitHub 上查看↗7,220
  1. Home
  2. Data & Databases
  3. Text Pattern Matching
  4. Multi-Line Pattern Matching