Skip to contents

Delete Prefix

Usage

delete_prefix(words)

Arguments

words

A character vector of words

Value

A character vector of words with a common prefix

Examples

delete_prefix(c("unhappy", "unfair"))
#> [1] "happy" "fair"