+ 1
Hey. How do I change a camel case string into a human readable string... Example "ThisIsCamelCase" into "This Is Camel Case"
Camel Case string
3 Respostas
+ 3
Here's a solution in ruby
https://code.sololearn.com/cAl4j10DMuXl
+ 1
https://code.sololearn.com/cp7YjfNQ4DJR/?ref=app
0
thanks a lot that was really helpful