Skip to contents

Normalize text for blacklist matching Strips punctuation, trims whitespace, and lowercases text.

Usage

cleanText(text)

Arguments

text

Character vector to normalize.

Value

Character vector of normalized text.