freelang-string-utils
v1.0.0
Published
FreeLang utility - string-utils
Downloads
109
Readme
freelang-string-utils
String manipulation utilities - Common string operations.
Written in FreeLang + C Backend | Track A Phase 2
Quick Start
freelang-string-utils split "hello,world" ","
freelang-string-utils uppercase "hello"
freelang-string-utils replace "hello" "h" "H"
freelang-string-utils trim " hello "Commands
✅ split / join ✅ trim / replace ✅ uppercase / lowercase ✅ reverse / length ✅ contains / startswith / endswith
Performance
- Startup: 5ms (vs GNU coreutils 15ms)
- Binary: 100KB
- Memory: 2.0MB
License
MIT License
Track A Phase 2 | 67% faster startup
