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

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

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

Open-source alternatives to Striptags

30 open-source projects similar to ericnorris/striptags, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Striptags alternative.

  • alexei/sprintf.jsalexei 的头像

    alexei/sprintf.js

    2,140在 GitHub 上查看↗

    sprintf.js is a complete open source JavaScript sprintf implementation

    JavaScript
    在 GitHub 上查看↗2,140
  • antirez/sdsantirez 的头像

    antirez/sds

    5,486在 GitHub 上查看↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    在 GitHub 上查看↗5,486
  • antirez/smazantirez 的头像

    antirez/smaz

    1,222在 GitHub 上查看↗

    Small strings compression library

    C
    在 GitHub 上查看↗1,222
  • chalk/strip-ansichalk 的头像

    chalk/strip-ansi

    503在 GitHub 上查看↗

    Strip ANSI escape codes from a string

    JavaScript
    在 GitHub 上查看↗503
  • cocur/slugifycocur 的头像

    cocur/slugify

    2,905在 GitHub 上查看↗

    Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.

    PHP
    在 GitHub 上查看↗2,905

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
daniakash/pluralizerDaniAkash 的头像

DaniAkash/pluralizer

2在 GitHub 上查看↗

Created with CodeSandbox

TypeScript
在 GitHub 上查看↗2
  • dodo/node-slugdodo 的头像

    dodo/node-slug

    1,072在 GitHub 上查看↗

    slugifies even utf-8 chars!

    CoffeeScript
    在 GitHub 上查看↗1,072
  • epeli/underscore.stringepeli 的头像

    epeli/underscore.string

    3,362在 GitHub 上查看↗

    String manipulation helpers for javascript

    JavaScript
    在 GitHub 上查看↗3,362
  • erikonbike/parse-next-json-valueErikOnBike 的头像

    ErikOnBike/parse-next-json-value

    1在 GitHub 上查看↗

    Parse next JSON value from string allowing extraneous characters after value

    JavaScript
    在 GitHub 上查看↗1
  • evandrolg/selectingEvandroLG 的头像

    EvandroLG/selecting

    96在 GitHub 上查看↗

    :fishingpoleand_fish: A library that allows you to access the text selected by the user

    JavaScript
    在 GitHub 上查看↗96
  • fukuball/jieba-phpfukuball 的头像

    fukuball/jieba-php

    1,379在 GitHub 上查看↗

    "結巴"中文分詞:做最好的 PHP 中文分詞、中文斷詞組件。 / "Jieba" (Chinese for "to stutter") Chinese text segmentation: built to be the best PHP Chinese word segmentation module.

    PHP
    在 GitHub 上查看↗1,379
  • gobeam/stringygobeam 的头像

    gobeam/Stringy

    249在 GitHub 上查看↗

    Convert string to camel case, snake case, kebab case / slugify, custom delimiter, pad string, tease string and many other functionalities with help of by Stringy package.

    Go
    在 GitHub 上查看↗249
  • huandu/xstringshuandu 的头像

    huandu/xstrings

    1,415在 GitHub 上查看↗

    Implements string functions widely used in other languages but absent in Go.

    Go
    在 GitHub 上查看↗1,415
  • hustcc/slice.jshustcc 的头像

    hustcc/slice.js

    34在 GitHub 上查看↗

    :milky_way: nano library to enhance String.substring / Array.slice with python slice style by Proxy.

    JavaScript
    在 GitHub 上查看↗34
  • ianstormtaylor/to-camel-caseianstormtaylor 的头像

    ianstormtaylor/to-camel-case

    36在 GitHub 上查看↗

    Convert a string to a camel case.

    JavaScript
    在 GitHub 上查看↗36
  • ianstormtaylor/to-capital-caseianstormtaylor 的头像

    ianstormtaylor/to-capital-case

    11在 GitHub 上查看↗

    Convert a string to a capital case.

    JavaScript
    在 GitHub 上查看↗11
  • ianstormtaylor/to-constant-caseianstormtaylor 的头像

    ianstormtaylor/to-constant-case

    4在 GitHub 上查看↗

    Convert a string to a constant case.

    JavaScript
    在 GitHub 上查看↗4
  • ianstormtaylor/to-dot-caseianstormtaylor 的头像

    ianstormtaylor/to-dot-case

    5在 GitHub 上查看↗

    Convert a string to a dot case.

    JavaScript
    在 GitHub 上查看↗5
  • ianstormtaylor/to-no-caseianstormtaylor 的头像

    ianstormtaylor/to-no-case

    16在 GitHub 上查看↗

    Remove an existing case from a string.

    JavaScript
    在 GitHub 上查看↗16
  • ianstormtaylor/to-pascal-caseianstormtaylor 的头像

    ianstormtaylor/to-pascal-case

    3在 GitHub 上查看↗

    Convert a string to pascal case.

    JavaScript
    在 GitHub 上查看↗3
  • ianstormtaylor/to-sentence-caseianstormtaylor 的头像

    ianstormtaylor/to-sentence-case

    6在 GitHub 上查看↗

    Convert a string to a sentence case.

    JavaScript
    在 GitHub 上查看↗6
  • ianstormtaylor/to-snake-caseianstormtaylor 的头像

    ianstormtaylor/to-snake-case

    26在 GitHub 上查看↗

    Convert a string to a snake case.

    JavaScript
    在 GitHub 上查看↗26
  • ianstormtaylor/to-space-caseianstormtaylor 的头像

    ianstormtaylor/to-space-case

    6在 GitHub 上查看↗

    Convert a string to a space case.

    JavaScript
    在 GitHub 上查看↗6
  • ianstormtaylor/to-title-caseianstormtaylor 的头像

    ianstormtaylor/to-title-case

    18在 GitHub 上查看↗

    Convert a string to a title case.

    JavaScript
    在 GitHub 上查看↗18
  • jbroadway/urlifyjbroadway 的头像

    jbroadway/urlify

    675在 GitHub 上查看↗

    A fast PHP slug generator and transliteration library that converts non-ascii characters for use in URLs.

    PHP
    在 GitHub 上查看↗675
  • jdorn/sql-formatterjdorn 的头像

    jdorn/sql-formatter

    3,857在 GitHub 上查看↗

    This project is a PHP library designed for parsing, beautifying, and syntax-highlighting SQL queries. It provides a set of utilities to improve the readability of database code, facilitate debugging, and assist in the maintenance of complex query structures. The library distinguishes itself by offering both aesthetic and functional processing capabilities. It can transform raw SQL strings into structured, indented formats for human review, or compress them by removing comments and unnecessary whitespace to optimize them for network transmission and logging. Additionally, it includes a syntax

    HTML
    在 GitHub 上查看↗3,857
  • jenssegers/agentjenssegers 的头像

    jenssegers/agent

    4,813在 GitHub 上查看↗

    This project is a PHP user agent parser and mobile device detector. It analyzes HTTP user agent strings to identify the visitor's web browser, operating system, and device type. The library provides a dedicated integration for the Laravel web framework. It distinguishes between mobile phones, tablets, and desktop computers while identifying web robots and the specific names of search engine crawlers. The tool's capabilities include extracting preferred languages from request headers and verifying specific user agent properties. It uses regular expression pattern matching and static data mapp

    PHP
    在 GitHub 上查看↗4,813
  • jonschlinkert/pad-leftjonschlinkert 的头像

    jonschlinkert/pad-left

    44在 GitHub 上查看↗

    Left pad a string with zeros or a specified string. Fastest implementation.

    JavaScript
    在 GitHub 上查看↗44
  • jprichardson/string.jsjprichardson 的头像

    jprichardson/string.js

    1,803在 GitHub 上查看↗

    Extra JavaScript string methods.

    JavaScript
    在 GitHub 上查看↗1,803
  • juliastrings/utf8procJuliaStrings 的头像

    JuliaStrings/utf8proc

    1,263在 GitHub 上查看↗

    a clean C library for processing UTF-8 Unicode data

    C
    在 GitHub 上查看↗1,263