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.
- Host: GitHub
- URL: https://github.com/denosaurs/gutenberg
- Owner: denosaurs
- License: mit
- Created: 2020-09-09T21:05:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-09-28T18:21:25.000Z (over 4 years ago)
- Last Synced: 2024-10-30T01:22:25.570Z (8 months ago)
- Topics: deno, manipulation, string
- Language: TypeScript
- Homepage: https://deno.land/x/gutenberg
- Size: 85.9 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
# gutenberg
[](https://github.com/denosaurs/gutenberg/releases)
[](https://github.com/denosaurs/gutenberg/actions)
[](https://github.com/denosaurs/depsbot)
[](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.