SCREAMING_SNAKE_CASE to Title Case
Convert strings in SCREAMING_SNAKE_CASE to Title Case. Examples: EMPLOYEE_NAME -> Employee Name REVENUE_YEAR_TO_DATE -> Revenue Year To Date SALARY -> Salary
Start file
EMPLOYEE_NAME REVENUE_YEAR_TO_DATE SALARY
End file
Employee Name Revenue Year To Date Salary
View Diff
1c1 < EMPLOYEE_NAME --- > Employee Name 3c3 < REVENUE_YEAR_TO_DATE --- > Revenue Year To Date 5c5 < SALARY \ No newline at end of file --- > Salary \ No newline at end of file
Solutions by @jlozinski:
Unlock 2 remaining solutions by signing in and submitting your own entry