Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding space and indent functions #579

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

mararva
Copy link

@mararva mararva commented Dec 10, 2024

Adds 2 functions, str_space() and str_indent().

str_space() adds spaces between words in strings that are in camel case
str_indent() adds tab strings before words, and optionally collapses a vector

Closes #480 and uses some code suggested there by @colin-fraser.

Related to #573

cc: @kbodwin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Function to indent a string (str_indent, perhaps?)
1 participant