https://github.com/hungneox/stringutils
String utilities for Go
https://github.com/hungneox/stringutils
go golang string-utilities utilities
Last synced: 11 months ago
JSON representation
String utilities for Go
- Host: GitHub
- URL: https://github.com/hungneox/stringutils
- Owner: hungneox
- Created: 2018-05-03T23:10:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T13:08:00.000Z (about 8 years ago)
- Last Synced: 2025-04-04T09:22:51.522Z (about 1 year ago)
- Topics: go, golang, string-utilities, utilities
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stringutils
[](https://travis-ci.org/hungneox/stringutils)
String utilities for Go
| Function | Description |
|------------|:---------------------------------:|
| SnakeCase | Convert other cases to snake_case |
| CamelCase | Convert other cases to camelCase |
| PascalCase | Convert other cases to PascalCase |
| KebabCase | Convert other cases to kebab-case |