decisionpatterns / lettercase

Utilities for turning characters into various cases: camelCase, Title Case, lower case, upper case, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lettercase

CRAN License Downloads software impact

Utilities for formatting strings and character vectors to for capitalization, word break and white space. Supported formats are: snake_case, spine-case, camelCase, PascalCase, Title Case, UPPERCASE, lowercase, Sentence case or combinations thereof. 'lettercase' strives to provide a simple, consistent, intuitive and high performing interface.

Installation

Latest Release:

install.packages('lettercase')

Development Version:

install.packages('devtools')
devtools::install_github('decisionpatterns/lettercase')

About

Utilities for turning characters into various cases: camelCase, Title Case, lower case, upper case, etc.

License:Other


Languages

Language:R 100.0%