I need to make a method that makes capital letters only at the beginning of words, is something easy maybe but I haven't been able to make it work so far. Cause the use case I have tested it are diff, Cause I don't have only the case where the first character is a string it can be a number or something else.
The result I want :
test => Test
test start now => Test start now.
2test start now => 2test start now
_test => _test
-test => -test