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

https://github.com/denosaurs/gutenberg

📝 Complete, correct, and thoroughly tested string manipulation library.
https://github.com/denosaurs/gutenberg

deno manipulation string

Last synced: 4 months ago
JSON representation

📝 Complete, correct, and thoroughly tested string manipulation library.

Awesome Lists containing this project

README

        



# gutenberg

[![Tags](https://img.shields.io/github/release/denosaurs/gutenberg)](https://github.com/denosaurs/gutenberg/releases)
[![CI Status](https://img.shields.io/github/workflow/status/denosaurs/gutenberg/check)](https://github.com/denosaurs/gutenberg/actions)
[![Dependencies](https://img.shields.io/github/workflow/status/denosaurs/gutenberg/depsbot?label=dependencies)](https://github.com/denosaurs/depsbot)
[![License](https://img.shields.io/github/license/denosaurs/gutenberg)](https://github.com/denosaurs/gutenberg/blob/master/LICENSE)

A complete, correct, and thoroughly tested string manipulation library.

## Modules

- [case](case)
- [lower_case_first](case/lower_case_first)
- [param_case](case/param_case)
- [path_case](case/path_case)
- [header_case](case/header_case)
- [dot_case](case/dot_case)
- [upper_case](case/upper_case)
- [is_upper_case](case/is_upper_case)
- [snake_case](case/snake_case)
- [swap_case](case/swap_case)
- [capital_case](case/capital_case)
- [lower_case](case/lower_case)
- [camel_case](case/camel_case)
- [title_case](case/title_case)
- [sentence_case](case/sentence_case)
- [constant_case](case/constant_case)
- [is_lower_case](case/is_lower_case)
- [sponge_case](case/sponge_case)
- [pascal_case](case/pascal_case)
- [change_case](case/change_case)
- [upper_case_first](case/upper_case_first)
- [no_case](case/no_case)
- [ansi](ansi)
- [regex](ansi/regex)
- [strip](ansi/strip)
- [unicode](unicode)
- [emoji_regex](unicode/emoji_regex)
- [is_fullwidth](unicode/is_fullwidth)
- [width](unicode/width)

## Maintainers

- Filippo Rossi ([@qu4k](https://github.com/qu4k))

## Other

### Related

- [change-case](https://github.com/denosaurs/gutenberg) - Convert strings between camelCase, PascalCase, Capital Case, snake_case and more

### Contribution

Pull request, issues and feedback are very welcome. Code style is formatted with `deno fmt` and commit messages are done following Conventional Commits spec.

### Licence

Copyright 2020-present, the denosaurs team. All rights reserved. MIT license.