awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to alexei/sprintf.js

Open-source alternatives to Sprintf.js

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

  • snd/url-patternAvatar von snd

    snd/url-pattern

    588Auf GitHub ansehen↗

    easier than regex string matching patterns for urls and other strings. turn strings into data or data into strings.

    CoffeeScript
    Auf GitHub ansehen↗588
  • gobeam/stringyAvatar von gobeam

    gobeam/Stringy

    249Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗249
  • plexis-js/plexisAvatar von plexis-js

    plexis-js/plexis

    144Auf GitHub ansehen↗

    Lo-fi, powerful, community-driven string manipulation library.

    JavaScript
    Auf GitHub ansehen↗144
  • evandrolg/selectingAvatar von EvandroLG

    EvandroLG/selecting

    96Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗96
  • ozgio/strutilAvatar von ozgio

    ozgio/strutil

    206Auf GitHub ansehen↗

    String utilities for Go

    Go
    Auf GitHub ansehen↗206
  • jprichardson/string.jsAvatar von jprichardson

    jprichardson/string.js

    1,803Auf GitHub ansehen↗

    Extra JavaScript string methods.

    JavaScript
    Auf GitHub ansehen↗1,803

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • mathiasbynens/heAvatar von mathiasbynens

    mathiasbynens/he

    3,601Auf GitHub ansehen↗

    A robust HTML entity encoder/decoder written in JavaScript.

    JavaScript
    Auf GitHub ansehen↗3,601
  • panzerdp/vocaAvatar von panzerdp

    panzerdp/voca

    3,590Auf GitHub ansehen↗

    The ultimate JavaScript string library

    JavaScript
    Auf GitHub ansehen↗3,590
  • sindresorhus/query-stringAvatar von sindresorhus

    sindresorhus/query-string

    6,904Auf GitHub ansehen↗

    This is a suite of JavaScript utilities for the bidirectional conversion and manipulation of URL components and query parameters. It provides a mechanism for parsing URL query strings into data objects and serializing those objects back into URL-encoded strings. The library includes functions for filtering, isolating, and modifying parameters within a full URL or query string. It supports the construction of complete web links by combining base addresses with formatted query parameters. The toolset covers data transformation primitives such as alphabetical key sorting, input sanitization, an

    JavaScript
    Auf GitHub ansehen↗6,904
  • epeli/underscore.stringAvatar von epeli

    epeli/underscore.string

    3,362Auf GitHub ansehen↗

    String manipulation helpers for javascript

    JavaScript
    Auf GitHub ansehen↗3,362
  • sindresorhus/multilineAvatar von sindresorhus

    sindresorhus/multiline

    1,408Auf GitHub ansehen↗

    Multiline strings in JavaScript

    JavaScript
    Auf GitHub ansehen↗1,408
  • huandu/xstringsAvatar von huandu

    huandu/xstrings

    1,415Auf GitHub ansehen↗

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

    Go
    Auf GitHub ansehen↗1,415
  • medialize/uri.jsAvatar von medialize

    medialize/URI.js

    6,228Auf GitHub ansehen↗

    URI.js is a full-featured JavaScript library for parsing, building, normalizing, and mutating URLs and their components programmatically. It provides a mutable-component object model that exposes each URL part as a separate object with getter and setter methods, enabling direct manipulation of schemes, hosts, paths, query strings, and fragments. The library implements strict RFC 3986 compliance for encoding, decoding, and normalization of URI components, and includes a template expansion engine that substitutes variables using operator-specific rules. The library distinguishes itself through

    JavaScript
    Auf GitHub ansehen↗6,228
  • ianstormtaylor/to-space-caseAvatar von ianstormtaylor

    ianstormtaylor/to-space-case

    6Auf GitHub ansehen↗

    Convert a string to a space case.

    JavaScript
    Auf GitHub ansehen↗6
  • erikonbike/parse-next-json-valueAvatar von ErikOnBike

    ErikOnBike/parse-next-json-value

    1Auf GitHub ansehen↗

    Parse next JSON value from string allowing extraneous characters after value

    JavaScript
    Auf GitHub ansehen↗1
  • chanced/capsAvatar von chanced

    chanced/caps

    61Auf GitHub ansehen↗

    A Unicode-based case conversion library for Go

    Go
    Auf GitHub ansehen↗61
  • ericnorris/striptagsAvatar von ericnorris

    ericnorris/striptags

    493Auf GitHub ansehen↗

    An implementation of PHP's strip_tags in Typescript.

    TypeScript
    Auf GitHub ansehen↗493
  • ianstormtaylor/to-constant-caseAvatar von ianstormtaylor

    ianstormtaylor/to-constant-case

    4Auf GitHub ansehen↗

    Convert a string to a constant case.

    JavaScript
    Auf GitHub ansehen↗4
  • chalk/strip-ansiAvatar von chalk

    chalk/strip-ansi

    503Auf GitHub ansehen↗

    Strip ANSI escape codes from a string

    JavaScript
    Auf GitHub ansehen↗503
  • antirez/sdsAvatar von antirez

    antirez/sds

    5,486Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,486
  • ianstormtaylor/to-capital-caseAvatar von ianstormtaylor

    ianstormtaylor/to-capital-case

    11Auf GitHub ansehen↗

    Convert a string to a capital case.

    JavaScript
    Auf GitHub ansehen↗11
  • ianstormtaylor/to-camel-caseAvatar von ianstormtaylor

    ianstormtaylor/to-camel-case

    36Auf GitHub ansehen↗

    Convert a string to a camel case.

    JavaScript
    Auf GitHub ansehen↗36
  • dodo/node-slugAvatar von dodo

    dodo/node-slug

    1,072Auf GitHub ansehen↗

    slugifies even utf-8 chars!

    CoffeeScript
    Auf GitHub ansehen↗1,072
  • ianstormtaylor/to-dot-caseAvatar von ianstormtaylor

    ianstormtaylor/to-dot-case

    5Auf GitHub ansehen↗

    Convert a string to a dot case.

    JavaScript
    Auf GitHub ansehen↗5
  • ianstormtaylor/to-no-caseAvatar von ianstormtaylor

    ianstormtaylor/to-no-case

    16Auf GitHub ansehen↗

    Remove an existing case from a string.

    JavaScript
    Auf GitHub ansehen↗16
  • ianstormtaylor/to-pascal-caseAvatar von ianstormtaylor

    ianstormtaylor/to-pascal-case

    3Auf GitHub ansehen↗

    Convert a string to pascal case.

    JavaScript
    Auf GitHub ansehen↗3
  • ianstormtaylor/to-sentence-caseAvatar von ianstormtaylor

    ianstormtaylor/to-sentence-case

    6Auf GitHub ansehen↗

    Convert a string to a sentence case.

    JavaScript
    Auf GitHub ansehen↗6
  • ianstormtaylor/to-snake-caseAvatar von ianstormtaylor

    ianstormtaylor/to-snake-case

    26Auf GitHub ansehen↗

    Convert a string to a snake case.

    JavaScript
    Auf GitHub ansehen↗26
  • hustcc/slice.jsAvatar von hustcc

    hustcc/slice.js

    34Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗34
  • daniakash/pluralizerAvatar von DaniAkash

    DaniAkash/pluralizer

    2Auf GitHub ansehen↗

    Created with CodeSandbox

    TypeScript
    Auf GitHub ansehen↗2