find_words: Filter dictionary using regular expression

View source: R/filter_dictionary.R

find_wordsR Documentation

Filter dictionary using regular expression

Description

Filter dictionary using regular expression

Usage

find_words(pattern, dict = NULL, neg = FALSE)

Arguments

pattern

Regular expression to match with entries in dict

dict

Vector of words through which to search for pattern

neg

If TRUE, include strings in dict that match with pattern. Otherwise, exclude matches.

Value

Character vector


robe2037/wordle documentation built on March 2, 2023, 2:18 a.m.