getWords: Get Words

Description Usage Arguments Value

Description

Nothing special

Usage

1
getWords(string, splitby = "\\s", min = 0)

Arguments

string

: this is the text which needs to be transformed

splitby

: the regex pattern on which the string needs to be split. The default is split by space like: "\s"

min

: the min word length

Value

vector of words


eellpp/textutils documentation built on May 16, 2019, 12:12 a.m.