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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
sindresorhus avatar

sindresorhus/strip-bom

0
View on GitHub↗
112 stars·19 forks·JavaScript·MIT·8 views

Strip Bom

Strip UTF-8 byte order mark (BOM) from a string

Features

  • General Utilities - Strips UTF-8 byte order marks.
  • Text and String Utilities - Removes UTF-8 byte order marks from strings.

Star history

Star history chart for sindresorhus/strip-bomStar history chart for sindresorhus/strip-bom

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Strip Bom

These projects share indexed features with Strip Bom. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • ai/nanoidai avatar

    ai/nanoid

    26,821View on 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
    View on GitHub↗26,821
  • chinabugotech/hutoolchinabugotech avatar

    chinabugotech/hutool

    30,282View on GitHub↗

    Hutool is a standard utility library for Java application development designed to simplify common programming tasks and reduce boilerplate code. It provides a comprehensive collection of reusable helper classes and static utilities to streamline development across the Java ecosystem. The project implements a wide array of specialized toolkits, including systems for cryptography and security, network communication via HTTP and JSON clients, and the processing of office documents and file system IO. It also features a concurrency and scheduling framework for managing asynchronous tasks and recu

    Javahttphutooljava
    View on GitHub↗30,282
  • nette/utilsnette avatar

    nette/utils

    2,142View on GitHub↗

    This project is a general-purpose PHP utility library offering a collection of helper classes and functions for string manipulation, array and collection processing, data validation, filesystem operations, and image processing. It provides foundational toolkits designed to handle common development tasks through standardized APIs. The library is distinguished by specialized subsystems for programmatic HTML generation and secure element construction, runtime code reflection, and object-oriented utilities such as virtual property management and event callback triggers. It also includes cryptogr

    PHParray-manipulationscomponentjson
    View on GitHub↗2,142
  • phuocng/1locphuocng avatar

    phuocng/1loc

    6,738View on GitHub↗

    1loc is a JavaScript utility library and multifaceted toolkit providing a collection of single-line functions for common mathematical, string, date, and geometric operations. It functions as a set of functional programming helpers and data validation predicates designed to perform atomic transformations and validations. The project includes a geometry math library for calculating distances, angles, and spatial overlaps between points and rectangles, alongside a text manipulation library for casting, capitalizing, and analyzing string content. The toolkit covers broader capability areas inclu

    MDXeleventyjavascriptjavascript-utils
    View on GitHub↗6,738
Compare all 30 related projects→

Frequently asked questions

What does sindresorhus/strip-bom do?

Strip UTF-8 byte order mark (BOM) from a string

What are the main features of sindresorhus/strip-bom?

The main features of sindresorhus/strip-bom are: General Utilities, Text and String Utilities.

Which projects share features with sindresorhus/strip-bom?

Projects with overlapping indexed features include: ai/nanoid — Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database… phuocng/1loc — 1loc is a JavaScript utility library and multifaceted toolkit providing a collection of single-line functions for… nette/utils — This project is a general-purpose PHP utility library offering a collection of helper classes and functions for string… chinabugotech/hutool — Hutool is a standard utility library for Java application development designed to simplify common programming tasks… laochiangx/common.utility — Common.Utility is a general purpose utility library providing a collection of helper classes for common programming… locutusjs/locutus — Locutus is a multi-language utility library and polyfill collection written in TypeScript. It provides a comprehensive…