powered by
Add full stop to end of a sentence
EndSentence(string)
EndSentence() returns string, punctuated with a final full stop (period).`
EndSentence()
string
Input string
Martin R. Smith
Other string parsing functions: MorphoBankDecode(), RightmostCharacter(), Unquote()
MorphoBankDecode()
RightmostCharacter()
Unquote()
EndSentence("Hello World") # "Hello World."
Run the code above in your browser using DataLab