Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
21st Nov 2017, 8:13 PM
pitmod
+ 55
22nd Nov 2017, 11:35 AM
Mattéo
22nd Nov 2017, 9:07 PM
Faisal
Faisal - avatar
+ 42
22nd Nov 2017, 3:45 PM
LukArToDo
LukArToDo - avatar
+ 35
Here's my C# implementation! ✌ LINQ One-Liner〰 string.Join(" ", str.Split(' ') .Select(w => string.Concat( char.ToUpper(w[0]), w.Substring(1)))) It has been awhile I didn't submit new challenge. Hopefully you all will enjoy this beautifully crafted LINQ solution~ ❤ https://code.sololearn.com/c11o3K4BPaYu/?ref=app
22nd Nov 2017, 1:38 AM
Zephyr Koo
Zephyr Koo - avatar
+ 31
https://code.sololearn.com/cLbbX2VbBewa/?ref=app
28th Nov 2017, 2:44 PM
Gaurav Agrawal
Gaurav Agrawal - avatar
+ 29
In HTML only: <p style="text-transform:capitalize">i love programming</p>
23rd Nov 2017, 6:26 AM
Calviղ
Calviղ - avatar
+ 29
@SRK , u can turn off notification from this app or just unfollow this thread by clicking on blue star at left bottom corner of the question box
28th Nov 2017, 4:55 PM
Gaurav Agrawal
Gaurav Agrawal - avatar
22nd Nov 2017, 7:04 AM
Käzî Mrîdùl Høssäîn
Käzî Mrîdùl Høssäîn - avatar
+ 28
https://code.sololearn.com/cFjADc99qoTN/?ref=app
23rd Feb 2018, 8:28 PM
Danijel Ivanović
Danijel Ivanović - avatar
22nd Nov 2017, 4:12 PM
Said BAHAOUARY
Said BAHAOUARY - avatar
22nd Nov 2017, 6:33 PM
dρlυѕρlυѕ
dρlυѕρlυѕ - avatar
+ 23
one liner and easy in ruby....... my efforts... special thanks to "Gordie".. https://code.sololearn.com/coDNN11eKES9/?ref=app
22nd Nov 2017, 6:28 PM
SAKSHI
SAKSHI - avatar
+ 19
https://code.sololearn.com/cX14ZwwXfvzS/?ref=app
22nd Nov 2017, 10:48 AM
Ferhat Sevim
Ferhat Sevim - avatar
22nd Nov 2017, 8:38 PM
David Akhihiero
David Akhihiero - avatar
27th Nov 2017, 8:53 PM
Hosseinam
Hosseinam - avatar
+ 17
Mmm Ok. I'll try it
21st Nov 2017, 7:07 PM
Mattéo
+ 17
// My try in js var word = prompt("Enter words: ", "I love programming") var words = new Array words = word.split(" ") for(var i = 0; i < words.length; i++){ words[i][0].toUpper() } resword = words.join("") alert(words)
22nd Nov 2017, 2:45 AM
#RahulVerma
#RahulVerma - avatar
+ 17
22nd Nov 2017, 1:13 PM
Murillo Pyaia
Murillo Pyaia - avatar
+ 17
https://code.sololearn.com/cd8vasnG2952/?ref=app
27th Nov 2017, 3:03 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar