EndSentence {TreeTools} | R Documentation |
Add full stop to end of a sentence
EndSentence(string)
string |
Input string |
EndSentence()
returns string
, punctuated with a final full stop
(period).'
Martin R. Smith
Other string parsing functions:
MorphoBankDecode()
,
RightmostCharacter()
,
Unquote()
EndSentence("Hello World") # "Hello World."