Skip to contents

Add periods between words.

Usage

PASSIVE_AGGRESSIVELY(x)

Arguments

x

A character vector.

Value

A character vector with periods between words.

Examples

PASSIVE_AGGRESSIVELY("fine whatever sure")
#> [1] "fine. whatever. sure"
PASSIVE_AGGRESSIVELY("I said its fine")
#> [1] "I. said. its. fine"