Add full stop to end of a sentence

EndSentence(string)

Arguments

string

Input string

Value

EndSentence() returns string, punctuated with a final full stop (period).`

See also

Other string parsing functions: MorphoBankDecode(), RightmostCharacter(), Unquote()

Author

Martin R. Smith

Examples

EndSentence("Hello World") # "Hello World."
#> [1] "Hello World."