An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# stringutils

[![Build Status](https://travis-ci.org/hungneox/stringutils.svg?branch=master)](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 |