App-Greple-wordle
view release on metacpan or search on metacpan
[](https://github.com/kaz-utashiro/greple-wordle/actions?workflow=test) [, list words that include all _chars_.
- **!**_chars_
If starting with exclamation mark (`!`), list words that do not
include any of _chars_.
- _regex_
Any other string including a non-alphabetical character will be taken as a
regular expression to filter words.
- **!!**
Recall the word list produced by the last command execution.
These commands can be connected in series. For example, the following command
shows possible words starting with letter `z`.
hint ^z
The next example shows all words that do not include any letter of `audio` and
`rents`, and are made of unique characters.
!audio !rents u
# EXAMPLE
## Basic gameplay
1: solid # try word "solid"
2: panic # try word "panic"
3: hint # show hint
3: !solid !panic =eft uniq # search word exclude(solidpanic) include(eft)
3: wheft # try word "wheft"
4: hint # show hint
4: datum # try word "datum"
5: tardy # try word "tardy"
## Using different datasets
greple -Mwordle --data=NYT # Use NYT Wordle word list
greple -Mwordle --data=ORIGINAL # Use original word list (default)
greple -Mwordle --data=NYT -n0 # First word in NYT dataset (cigar)
<div>
<p><img width="750" src="https://raw.githubusercontent.com/kaz-utashiro/greple-wordle/main/images/hint-1.png">
</div>
# BUGS
A character in the wrong position is always colored yellow, even if it
appears in green elsewhere.
# INSTALL
## CPANMINUS
$ cpanm App::Greple::wordle
# SEE ALSO
[App::Greple::wordle](https://metacpan.org/pod/App%3A%3AGreple%3A%3Awordle), [https://github.com/kaz-utashiro/greple-wordle](https://github.com/kaz-utashiro/greple-wordle)
[App::Greple](https://metacpan.org/pod/App%3A%3AGreple), [https://github.com/kaz-utashiro/greple](https://github.com/kaz-utashiro/greple)
[https://qiita.com/kaz-utashiro/items/ba6696187f2ce902aa39](https://qiita.com/kaz-utashiro/items/ba6696187f2ce902aa39)
[https://github.com/alex1770/wordle](https://github.com/alex1770/wordle)
[https://wordfinder.yourdictionary.com/wordle/answers/](https://wordfinder.yourdictionary.com/wordle/answers/)
# AUTHOR
Kazumasa Utashiro
# LICENSE
Copyright 2022-2025 Kazumasa Utashiro.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
( run in 2.175 seconds using v1.01-cache-2.11-cpan-aadc1410aed )