Ross ROSS = Recommend OSS · open-source software intelligence for agents

huandu/xstrings

Implements string functions widely used in other languages but absent in Go. observed · 2026-08-28

github.com/huandu/xstrings · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4257
  • days_rel: n/a
  • days_push: 818
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1413 stars · 70 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Go library providing string manipulation functions commonly found in other languages but missing from Go's standard strings package. Functions are well tested and performance-tuned.

Use cases

  • convert strings to camelCase or snake_case in Go
  • center-align a string like Python's str.center
  • use Ruby-style string helpers in Go
  • expand tabs in strings
  • manipulate strings with functions missing from Go's standard library

When to choose

  • you need string utilities from other languages while writing Go
  • you want well-tested, performance-tuned string helpers
  • you're a new Go developer looking for familiar string functions

When to avoid

  • you only need basic string operations covered by the standard strings package
  • you're not working in Go

Facets

library · maturity stable

developer-tools developer-tools programming-languages go cross-platform strings go-library text-manipulation string-utilities

1 source

Member repositories

RepositoryRoleHealth v2
huandu/xstringsmain23

For agents

markdown · JSON · MCP: product_card(name="huandu/xstrings")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem