V
V
Valeri Lavrov2017-09-25 12:33:37
PHP
Valeri Lavrov, 2017-09-25 12:33:37

How to find a word by mask?

The encrypted word is given. In it, for example, 4 letters.
1st letter "U", "T" or "C"
2nd letter "E", "C" or "B"
3rd letter "H", "O" or "A"
4th letter "I", "R", " Y"
Hidden word "Cleaning"
It turns out that for each letter there are 3 options.
I tried to write on local, but my laptop does not pull a dictionary of several hundred thousand words.
Maybe there is a website? For example:
1st letter: *Letter options*
2nd letter: *Letter options*
etc.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Aksentiev, 2017-09-25
@Ablovka

regexr.com/3gqqm
calculator of some kind, not a laptop

P
Pavel Kornilov, 2017-09-25
@KorniloFF

/[УТС][бев][она][ирй]/g.test('Убор');

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question