EndSentence | 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."
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.