We're a place where coders share, stay up-to-date and grow their careers.
Nice, that way (checking words containing dots) you can check if it is needed to capitalize more than once in the same line, clever!!
I edited my answer so my code would not consider periods in the middle of a word to be the end of a sentence (ie: This file is named nice.gif and it is weird.)
This file is named nice.gif and it is weird.
Nice, that way (checking words containing dots) you can check if it is needed to capitalize more than once in the same line, clever!!
I edited my answer so my code would not consider periods in the middle of a word to be the end of a sentence (ie:
This file is named nice.gif and it is weird.
)