https://github.com/pythoncoderunicorn/spellingbee
solve NYT spelling bee using regular expressions
https://github.com/pythoncoderunicorn/spellingbee
Last synced: about 2 months ago
JSON representation
solve NYT spelling bee using regular expressions
- Host: GitHub
- URL: https://github.com/pythoncoderunicorn/spellingbee
- Owner: PythonCoderUnicorn
- Created: 2022-03-22T15:34:52.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T15:58:49.000Z (about 4 years ago)
- Last Synced: 2025-03-11T05:18:14.302Z (over 1 year ago)
- Language: R
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spelling Bee
solve NYT spelling bee using regular expressions

## How to use the function
Use all 7 letters in the possible letters including the one in the center.
You can add `%>% view()` at the end of the function to view all possible
words.
```
spellingBee(possible_letters = "GANIMCP", req_letter = "P")
```