amayne/SwiftString
A comprehensive, lightweight string extension for Swift observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 3867
- days_rel: n/a
- days_push: 3450
- n_releases_24m: 0
Adoption not part of the score
1608 stars · 137 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SwiftString is a lightweight Swift library providing a comprehensive set of string extension methods like between, camelize, chompLeft, and decodeHTML. It consolidates common string operations into one tested package, distributed via CocoaPods.
Use cases
- extract substrings between delimiters in Swift
- camelize or capitalize strings in iOS apps
- decode HTML entities in Swift strings
- trim prefixes and suffixes from strings
- collapse whitespace in user input
- count substring occurrences in Swift
When to choose
- you're on an older Swift 2.x project using CocoaPods and need handy string helpers
- you want a small, MIT-licensed utility instead of writing string boilerplate yourself
When to avoid
- you're on modern Swift (4+) where the standard library covers many of these operations
- you need an actively maintained library — the last release was in 2017
- you need heavy-duty text processing or parsing rather than simple string helpers
Facets
library · maturity abandoned
parser developer-tools developer-tools programming-languages string-manipulation string-extensions cocoapods utility-library swift ios macos
1 source
- readme: https://github.com/amayne/SwiftString · fetched 2026-08-28 · ac9e0cff6433
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| amayne/SwiftString | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="amayne/SwiftString")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem