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

[pkg/ottl] Split ConvertCase() function to explicit functions for each case #37162

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

Conversation

odubajDT
Copy link
Contributor

@odubajDT odubajDT commented Jan 13, 2025

Description

Introduce multiple case converter functions ToLowerCase(), ToUpperCase(), ToSnakeCase(), ToCamelCase()

Link to tracking issue

Fixes #32942

@odubajDT odubajDT marked this pull request as ready for review January 13, 2025 09:20
@odubajDT odubajDT requested a review from a team as a code owner January 13, 2025 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[pkg/ottl] Split ConvertCase function to explicit functions for each case
2 participants