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

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

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

sindresorhus/indent-string

0
View on GitHub↗
116 星标·16 分支·JavaScript·MIT·5 次浏览

Indent String

Indent each line in a string

Features

  • Text and String Utilities - Indents every line of a string.
  • Text Processing - Indent lines within a string.

AI 搜索

探索更多 awesome 仓库

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

Start searching with AI

Star 历史

sindresorhus/indent-string 的 Star 历史图表sindresorhus/indent-string 的 Star 历史图表

常见问题解答

sindresorhus/indent-string 是做什么的?

Indent each line in a string

sindresorhus/indent-string 的主要功能有哪些?

sindresorhus/indent-string 的主要功能包括:Text and String Utilities, Text Processing。

sindresorhus/indent-string 有哪些开源替代品?

sindresorhus/indent-string 的开源替代品包括: mashpie/i18n-node — Lightweight simple translation module for node.js / express.js with dynamic json storage. Uses common __('...') syntax… i18next/i18next — i18next is a JavaScript localization library and internationalization framework used to translate application text… ashtuchkin/iconv-lite — Convert character encodings in pure javascript. kurolabs/stegcloak — Stegcloak is a unicode steganography library and text-based data concealment tool. It provides a toolkit for hiding… ai/nanoid — Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database… mathiasbynens/he — A robust HTML entity encoder/decoder written in JavaScript.

Indent String 的开源替代方案

相似的开源项目,按与 Indent String 的功能重合度排序。
  • ashtuchkin/iconv-liteashtuchkin 的头像

    ashtuchkin/iconv-lite

    3,172在 GitHub 上查看↗

    Convert character encodings in pure javascript.

    JavaScript
    在 GitHub 上查看↗3,172
  • i18next/i18nexti18next 的头像

    i18next/i18next

    8,583在 GitHub 上查看↗

    i18next is a JavaScript localization library and internationalization framework used to translate application text into multiple languages. It functions as a dynamic translation manager that handles translation resources, language detection, and the mapping of unique keys to localized strings. The system features a pluralization and interpolation engine that applies language-specific grammatical rules for numeric counts and injects dynamic variables into strings. It utilizes a plugin-based backend architecture to load and cache translation namespaces from various sources, including remote ser

    JavaScript
    在 GitHub 上查看↗8,583
  • ai/nanoidai 的头像

    ai/nanoid

    26,821在 GitHub 上查看↗

    Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database indexing. It produces compact, URL-safe strings by mapping random byte values to a custom character set, allowing for consistent memory allocation and predictable indexing performance across independent nodes without the need for central coordination. The library distinguishes itself by utilizing system-level, cryptographically secure entropy sources to ensure that every generated identifier is statistically unpredictable. This approach provides resistance against collision attack

    JavaScript
    在 GitHub 上查看↗26,821
kurolabs/stegcloakkurolabs 的头像

kurolabs/stegcloak

3,830在 GitHub 上查看↗

Stegcloak is a unicode steganography library and text-based data concealment tool. It provides a toolkit for hiding encrypted, compressed secret messages within standard text strings by mapping binary data to invisible, non-printing Unicode characters. The project combines a symmetric encryption toolkit with an invisible character encoder to ensure secure data concealment. It utilizes password-based key stretching and authenticated symmetric encryption to protect hidden payloads from unauthorized access and tampering. The system covers the full steganography workflow, including payload compr

JavaScript
在 GitHub 上查看↗3,830
查看 Indent String 的所有 30 个替代方案→