If this problem were thinking about how I should do this, I play some dictionary games, and I want to combine the words in the set of dictionary words with 5 letters, which I tried something like this
\b[clagey]{5}\b
that's good, but it's a matching word like "eagle." The problem is that I want each letter c, l, a, g, e, y one instance to not be an "eagle" with double e.
source
share