awesome-repositories.com
Blog
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 epeli/underscore.string

Open-source alternatives to Underscore.string

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

  • sindresorhus/multilineAvatar von sindresorhus

    sindresorhus/multiline

    1,408Auf GitHub ansehen↗

    Multiline strings in JavaScript

    JavaScript
    Auf GitHub ansehen↗1,408
  • 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
  • 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
  • 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

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
  • jprichardson/string.jsAvatar von jprichardson

    jprichardson/string.js

    1,803Auf GitHub ansehen↗

    Extra JavaScript string methods.

    JavaScript
    Auf GitHub ansehen↗1,803
  • alexei/sprintf.jsAvatar von alexei

    alexei/sprintf.js

    2,140Auf GitHub ansehen↗

    sprintf.js is a complete open source JavaScript sprintf implementation

    JavaScript
    Auf GitHub ansehen↗2,140
  • 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
  • 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
  • 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
  • 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
  • panzerdp/vocaAvatar von panzerdp

    panzerdp/voca

    3,590Auf GitHub ansehen↗

    The ultimate JavaScript string library

    JavaScript
    Auf GitHub ansehen↗3,590
  • ozgio/strutilAvatar von ozgio

    ozgio/strutil

    206Auf GitHub ansehen↗

    String utilities for Go

    Go
    Auf GitHub ansehen↗206
  • 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
  • ariya/phantomjsAvatar von ariya

    ariya/phantomjs

    29,489Auf GitHub ansehen↗

    PhantomJS is a scriptable, headless browser engine based on WebKit that provides a programmatic interface for automating web page interactions. It operates without a graphical user interface, allowing for the execution of JavaScript to navigate pages, manipulate the document object model, and perform functional testing of web applications. The tool distinguishes itself by providing low-level control over the browser rendering lifecycle and network stack. It enables real-time interception and modification of network traffic, alongside the ability to generate visual snapshots and document expor

    C++automationheadlessheadless-browser
    Auf GitHub ansehen↗29,489
  • apache/incubator-weexAvatar von apache

    apache/incubator-weex

    13,622Auf GitHub ansehen↗

    Incubator-weex is a cross-platform mobile framework used to build user interfaces that run across different operating systems from a single codebase. It functions as a native UI renderer and a JavaScript native UI bridge, sending serialized UI descriptions from a JavaScript engine to native mobile components. The project includes a cross-platform UI bundler and build tool to compile source code into optimized bundles for native renderers. It also provides a UI previewer and prototyping toolset that allows for testing mobile interface pages within web browsers and on physical devices. The fra

    C++
    Auf GitHub ansehen↗13,622
  • angular/angularAvatar von angular

    angular/angular

    100,360Auf GitHub ansehen↗

    Angular is a platform for building web applications using a component-based architecture. It provides a comprehensive suite of tools for managing encapsulated UI units, including hierarchical dependency injection, a declarative template system, and fine-grained reactivity through signals. The framework supports complex application requirements such as client-side routing, form management, and internationalization. The project includes a command-line interface for scaffolding and build automation, alongside a testing ecosystem for unit and integration verification. It offers multiple rendering

    TypeScriptangularjavascriptpwa
    Auf GitHub ansehen↗100,360
  • antirez/smazAvatar von antirez

    antirez/smaz

    1,222Auf GitHub ansehen↗

    Small strings compression library

    C
    Auf GitHub ansehen↗1,222
  • 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
  • alloyteam/alloyleverAvatar von AlloyTeam

    AlloyTeam/AlloyLever

    1,373Auf GitHub ansehen↗

    1kb js library contains development debugging, error monitoring and reporting, user problem localization features - 1KB代码搞定开发调试发布,错误监控上报,用户问题定位

    JavaScriptalloyleverbadjserror
    Auf GitHub ansehen↗1,373
  • airyland/vuxAvatar von airyland

    airyland/vux

    17,486Auf GitHub ansehen↗

    Vux is a mobile web UI kit and Vue mobile UI library consisting of predefined layout and interface components. It functions as a WeUI component framework that implements a standardized design language for web applications. The library provides a collection of reusable interface elements optimized for mobile browser screen dimensions and touch interactions. It ensures visual consistency across different mobile devices by mapping component styles directly to the WeUI mobile design specification. The framework covers mobile web interface design, mobile UI development, and the rapid assembly of

    Vueantcomponentsjavascript
    Auf GitHub ansehen↗17,486
  • box/t3jsAvatar von box

    box/t3js

    1,541Auf GitHub ansehen↗

    DEPRECATED - A minimal component-based JavaScript framework

    JavaScript
    Auf GitHub ansehen↗1,541
  • bitwalker/keys.jsB

    bitwalker/keys.js

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • bradtraversy/50projects50daysAvatar von bradtraversy

    bradtraversy/50projects50days

    40,577Auf GitHub ansehen↗

    This project is an educational code repository containing a collection of over 50 mini web development exercises. It serves as a front-end learning resource designed to help developers practice foundational skills by building small, interactive projects using standard HTML, CSS, and JavaScript. The repository distinguishes itself by focusing on standalone interactive component prototyping and the implementation of client-side logic. Each project is organized into a decoupled directory structure, allowing users to explore individual interface patterns and visual effects in isolation. These exe

    CSS
    Auf GitHub ansehen↗40,577
  • buuing/lucky-canvasAvatar von buuing

    buuing/lucky-canvas

    8,728Auf GitHub ansehen↗

    Lucky Canvas is a canvas-based lottery component library that enables developers to build interactive prize wheels, grid-based lottery games, and slot machines for web and mobile applications. The project provides a rendering engine that draws directly on HTML Canvas elements, with automatic device pixel ratio scaling to ensure crisp displays on high-DPI mobile screens. The library packages each lottery type as a self-contained plugin with its own configuration and rendering logic, and wraps the core canvas functionality in framework-specific bindings for Vue, React, Taro, and UniApp without

    TypeScriptcanvasjavascriptlucky-draw
    Auf GitHub ansehen↗8,728
  • ccampbell/mousetrapAvatar von ccampbell

    ccampbell/mousetrap

    11,774Auf GitHub ansehen↗

    Mousetrap is a JavaScript keyboard shortcut library used to bind specific key combinations and sequences to custom functions in web applications. It serves as a keyboard event handler that listens to and manages keypress, keydown, and keyup events across a browser window. The library includes a sequence-based input manager for triggering actions based on a precise series of keys pressed in a specific order. It also provides a custom shortcut recorder to capture user keystrokes for defining and saving personalized shortcuts. The system supports global binding registration to ensure shortcuts

    JavaScriptjavascriptkeyboardkeyboard-shortcuts
    Auf GitHub ansehen↗11,774
  • chalk/strip-ansiAvatar von chalk

    chalk/strip-ansi

    503Auf GitHub ansehen↗

    Strip ANSI escape codes from a string

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

    chanced/caps

    61Auf GitHub ansehen↗

    A Unicode-based case conversion library for Go

    Go
    Auf GitHub ansehen↗61
  • chanind/hanzi-writerAvatar von chanind

    chanind/hanzi-writer

    4,835Auf GitHub ansehen↗

    Hanzi Writer is an interactive Chinese character writing tutor and SVG animation library designed to visualize and validate the sequential construction of characters. It functions as a pedagogical tool for practicing calligraphy by rendering stroke-by-stroke animations and validating user-drawn paths. The library provides a system for comparing user input against predefined stroke sequences to verify writing accuracy in real time. It guides users through interactive exercises, directing the writing process and providing immediate feedback on stroke order. The tool handles the retrieval of ch

    TypeScript
    Auf GitHub ansehen↗4,835
  • charlievieth/strcaseAvatar von charlievieth

    charlievieth/strcase

    14Auf GitHub ansehen↗

    Case-insensitive implementation of Go's strings package.

    Go
    Auf GitHub ansehen↗14
  • ant-design/ant-design-proAvatar von ant-design

    ant-design/ant-design-pro

    38,401Auf GitHub ansehen↗

    Ant Design Pro is a comprehensive starter kit and administrative framework for building enterprise-level admin dashboards and professional user interfaces. It provides a structured project foundation and a set of React admin templates, including pre-defined layout blocks and routing configurations. The framework distinguishes itself by providing a built-in frontend mocking environment and mock-service middleware to simulate backend API responses during development. It also features integrated conversational AI components and assistant pages for embedding intelligent interactions directly into

    TypeScriptadminant-designantd
    Auf GitHub ansehen↗38,401