EndSentence {TreeTools} | R Documentation |
Add full stop to end of a sentence
Description
Add full stop to end of a sentence
Usage
EndSentence(string)
Arguments
string |
Input string |
Value
EndSentence()
returns string
, punctuated with a final full stop
(period).'
Author(s)
Martin R. Smith
See Also
Other string parsing functions:
MorphoBankDecode()
,
RightmostCharacter()
,
Unquote()
Examples
EndSentence("Hello World") # "Hello World."
[Package TreeTools version 1.12.0 Index]