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