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

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

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

9 个仓库

Awesome GitHub RepositoriesString Processing Libraries

Utilities for transforming, formatting, and manipulating text strings with support for various character encodings.

Distinguishing note: No existing candidates for general text processing; minting under Development Tools as a core utility.

Explore 9 awesome GitHub repositories matching development tools & productivity · String Processing Libraries. Refine with filters or upvote what's useful.

Awesome String Processing Libraries GitHub Repositories

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

    symfony/symfony

    31,073在 GitHub 上查看↗

    Symfony is a full-stack web framework designed for building scalable and maintainable server-side applications. It provides a comprehensive collection of decoupled components that form a foundational architecture, centered on a robust dependency injection container and a configuration-driven routing engine. By organizing code into modular services, the framework ensures that application components remain testable and loosely coupled throughout the development lifecycle. The framework distinguishes itself through an event-driven kernel architecture that allows developers to intercept and modif

    Symfony offers text processing utilities to transform and format strings while handling different character encodings and simplifying common operations like searching or splitting.

    PHPbundleframeworkhacktoberfest
    在 GitHub 上查看↗31,073
  • oi-wiki/oi-wikiOI-wiki 的头像

    OI-wiki/OI-wiki

    26,176在 GitHub 上查看↗

    This project is a comprehensive, community-maintained knowledge base and toolkit designed for competitive programming. It serves as a centralized repository for algorithmic theory, data structures, and mathematical techniques, providing a structured reference for informatics and collegiate programming competitions. The project distinguishes itself by integrating educational content with a robust suite of automation utilities. It provides a complete workflow for competitive programming, including tools for automated test case generation, solution verification, and direct interaction with onlin

    Offers specialized container types for efficient text string processing.

    TypeScriptacm-icpcacm-icpc-handbookalgorithms
    在 GitHub 上查看↗26,176
  • microsoft/windows-universal-samplesmicrosoft 的头像

    microsoft/Windows-universal-samples

    9,696在 GitHub 上查看↗

    This repository is a comprehensive collection of reference implementations and sample libraries for the Universal Windows Platform. It provides practical examples of how to use Windows Runtime APIs to build cross-device applications, including detailed guidance on XAML-based declarative user interfaces and DirectX-integrated rendering. The project distinguishes itself by providing a wide array of hardware integration suites, covering low-level communication with USB, Serial, I2C, SPI, and GPIO peripherals. It includes specialized implementations for mixed reality holographic rendering, advanc

    Analyzes and extracts Unicode properties from strings, including characters in the supplementary plane.

    JavaScript
    在 GitHub 上查看↗9,696
  • mit-pdos/xv6-publicmit-pdos 的头像

    mit-pdos/xv6-public

    9,466在 GitHub 上查看↗

    xv6 is a Unix-like educational operating system designed for teaching kernel concepts. It is implemented as an instructional kernel for x86 and RISC-V architectures, featuring a virtual memory manager and support for symmetric multiprocessing. The system is designed to demonstrate core OS principles through a simplified re-implementation of Unix Version 6. It provides a controlled environment for studying system calls, trap handling, and process lifecycles. Its capability surface covers process management, including scheduling and context switching, and memory management via page tables for

    Includes kernel utilities for safe string copying and comparison with length constraints.

    C
    在 GitHub 上查看↗9,466
  • blacksmithgu/obsidian-dataviewblacksmithgu 的头像

    blacksmithgu/obsidian-dataview

    8,544在 GitHub 上查看↗

    This project is a metadata query engine and indexer for markdown files, designed to transform YAML frontmatter and inline fields into dynamic tables and lists. It provides a background process that extracts tags and custom fields into a searchable database, enabling the automated indexing of notes. The system is distinguished by its dual approach to data retrieval: a dedicated query language for SQL-like filtering and grouping, and a JavaScript data API. This API allows for programmatic metadata extraction and the creation of custom views and extensions using TypeScript typings. Its broader

    Provides utilities for modifying text through casing, padding, splitting, and substring extraction.

    TypeScriptobsidian-mdobsidian-pluginquery-language
    在 GitHub 上查看↗8,544
  • symfony/polyfill-mbstringsymfony 的头像

    symfony/polyfill-mbstring

    7,831在 GitHub 上查看↗

    This project is a PHP compatibility layer that implements multi-byte string functions for environments where the native Mbstring extension is not installed. It serves as a library for processing text in various character encodings to ensure consistent string handling across different servers. The library provides a set of tools for internationalization text handling, allowing for the processing of non-English characters and diverse languages. It ensures correct string length and manipulation for text containing characters beyond the basic ASCII set.

    Provides a comprehensive set of utilities for manipulating text strings with support for various character encodings.

    PHPcompatibilitycomponentjavascript
    在 GitHub 上查看↗7,831
  • sebastianbergmann/php-text-templatesebastianbergmann 的头像

    sebastianbergmann/php-text-template

    7,443在 GitHub 上查看↗

    php-text-template is a logic-less PHP text templating engine and string placeholder replacement library. It serves as a template-based text generator for producing dynamic messages and documents from static text templates. The library focuses on automated content formatting and custom template processing to inject variable content into structured text output. This enables dynamic text generation by replacing predefined keys within a string with specific data.

    Provides sequential processing of strings to substitute placeholders.

    PHP
    在 GitHub 上查看↗7,443
  • yoav-lavi/melodyyoav-lavi 的头像

    yoav-lavi/melody

    4,747在 GitHub 上查看↗

    Melody 是一个正则表达式转译器和模式编译器,将高级、人类可读的语法转换为标准正则表达式。它作为简化复杂匹配模式创建和维护的工具。 该项目提供了一种专用语法,用于定义可重用变量和宏,以减少表达式中的重复。它包括对将专用标签映射到 Unicode 类别属性的原生支持,并自动处理字面文本的转义。 该系统可通过多种接口访问,包括用于编译和测试字符串或文件模式的命令行工具、用于实时评估的有状态交互式 REPL,以及用于将语法转换集成到 JavaScript 构建流水线中的 Babel 插件。它还提供了一个基于浏览器的接口,无需本地安装即可测试语法。 该编译器支持标准正则表达式功能,如捕获组、环视断言、字符类和量词。

    Maps specialized syntax labels to official Unicode category properties for internationalized character matching.

    Rust
    在 GitHub 上查看↗4,747
  • php-standard-library/php-standard-libraryphp-standard-library 的头像

    php-standard-library/php-standard-library

    1,552在 GitHub 上查看↗

    The php-standard-library is a comprehensive toolkit for functional programming and asynchronous networking in PHP, featuring typed data structures, structured concurrency, and composable validation mechanisms. It provides explicit result types and pure collection transformers that separate lists from dictionaries, eliminating traditional array key confusion and error-throwing patterns. The library supports concurrent execution through lightweight user-space fibers, message-passing channels, and non-blocking event loops, driving asynchronous TCP, TLS, UDP, and Unix socket servers without relyi

    Manipulates strings using Unicode-aware functions that replace standard string operations for proper character handling.

    PHPansiasynccollection
    在 GitHub 上查看↗1,552
  1. Home
  2. Development Tools & Productivity
  3. String Processing Libraries

探索子标签

  • Unicode Property Analysis1 个子标签Tools for extracting and analyzing metadata properties of Unicode characters and strings. **Distinct from String Processing Libraries:** Distinct from general string processing as it specifically targets Unicode supplementary plane properties.