codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 167 forks source link

[Program]: Write a Rust program to convert string to titlecase #1867

Open harshraj8843 opened 2 years ago

harshraj8843 commented 2 years ago

Description

Write a Rust program to convert string to titlecase

Titlecase is a style of writing in which the first letter of each word is capitalized.

Input  : "hello world"
Output : "Hello World"
How to contribute - Save the solution in `program/program/convert-string-to-titlecase/program/convert_string_to_titlecase.rs` file
rahmat-dev commented 2 years ago

!assign