www.wordkeg.com Open in urlscan Pro
2606:4700:3036::6815:1df2  Public Scan

Submitted URL: http://wordkeg.com/
Effective URL: https://www.wordkeg.com/
Submission: On May 10 via api from GB — Scanned from GB

Form analysis 1 forms found in the DOM

javascript:find()

<form action="javascript:find()" id="myForm">
  <table>
    <tbody>
      <tr>
        <td>
          <label for="queryTypeText" id="queryTypeText">Your letters... </label>
        </td>
      </tr>
      <tr id="wildcardRow" style="display: contents;">
        <td>
          <div>
            <div class="input-group">
              <input value="" onkeyup="format()" type="text" name="wildcard" id="wildcard" class="form-control letters-box" autocomplete="off" placeholder="Word or Letters">
              <span class="input-group-btn">
                <button type="submit" class="btn btn-info">
                  <i class="glyphicon glyphicon-search"></i>
                </button>
              </span>
            </div>
          </div>
        </td>
      </tr>
      <tr id="startEndRow" style="display: none;">
        <td>
          <div class="input-group">
            <table>
              <tbody>
                <tr>
                  <td>
                    <label for="starting">Starting letters:</label>
                  </td>
                  <td> &nbsp;&nbsp;<label for="ending">Ending letters:</label>
                  </td>
                </tr>
                <tr>
                  <td>
                    <input value="<br />
<b>Notice</b>:  Undefined variable: starting in <b>/home/wordkeg/wordkeg.com/index.php</b> on line <b>84</b><br />
" onkeyup="format()" type="text" name="starting" id="starting" class="form-control starting letters-box" autocomplete="off" placeholder="Starting letters">
                  </td>
                  <td>
                    <input value="<br />
<b>Notice</b>:  Undefined variable: ending in <b>/home/wordkeg/wordkeg.com/index.php</b> on line <b>87</b><br />
" onkeyup="format()" type="text" name="ending" id="ending" class="form-control ending  letters-box pull-right" autocomplete="off" placeholder="Ending letters">
                  </td>
                </tr>
              </tbody>
            </table>
          </div>
        </td>
      </tr>
      <tr class="centerd-td">
        <td>
          <table>
            <tbody>
              <tr>
                <td><button class="calc-btn">Search</button></td>
                <td><span class="label label-info pull-right glyphicon glyphicon-question-sign hlp-btn" onclick="toogleHelp()"> </span></td>
              </tr>
            </tbody>
          </table>
        </td>
      </tr>
      <tr>
        <td>
          <div id="help" style="display:none;">
            <h3>How to use the query type 'Wildcard' (or mask)</h3>
            <small><span> When using the query type 'Wildcard' or word mask, follow these examples:<br> _ (underscore or space) matches one or more letters<br> . (dot) matches one letter, so,<br> ABO_ matches words starting with ABO.<br> _THER ending
                in THER.<br> _W_W_ containing W twice.<br> ..CO four letter words ending with CO.<br> ..CO_ words with C on the 3rd position and O on the 4th position (any length).<br> B.A_I_ word containing B, A and I with one letter between B and
                A.<br> HO.L_ starting in HO, then any letter, then a L and some letters after H.<br> _T_OUS ending with OUS and containing at least a T. </span><br><br>
            </small>
            <p><small>Note 1: if you press 'space' it will be converted to _ (underscore)</small></p>
            <p><small>Note 2: you can also select a 'Word Lenght' (optional) to narrow your results.</small></p>
            <h3>What are query types?</h3>
            <p>Query type are the that you can search our words database. See below examples for each query type:</p>
            <h4>Words starting with ...</h4>
            <p>Example: 6 letters words that start with qi.</p>
            <table>
              <tbody>
                <tr>
                  <td class="w50"><span class="DOTTED">QI</span>BLAS <sub class="greysub">17</sub></td>
                  <td class="w50"><span class="DOTTED">QI</span>GONG <sub class="greysub">17</sub></td>
                </tr>
                <tr>
                  <td class="w50"><span class="DOTTED">QI</span>NDAR <sub class="greysub">16</sub></td>
                  <td class="w50"><span class="DOTTED">QI</span>NTAR <sub class="greysub">15</sub></td>
                </tr>
                <tr>
                  <td class="w50"><span class="DOTTED">QI</span>VIUT <sub class="greysub">18</sub></td>
                  <td class="w50">&nbsp;</td>
                </tr>
              </tbody>
            </table>
            <h4>Words ending with ...</h4>
            <p>Example: 9 letters words endding in za.</p>
            <table>
              <tbody>
                <tr>
                  <td class="w50">AFFLUEN<span class="DOTTED">ZA</span> <sub class="greysub">24</sub></td>
                  <td class="w50">ALCARRA<span class="DOTTED">ZA</span> <sub class="greysub">20</sub></td>
                </tr>
                <tr>
                  <td class="w50">CHIAREZ<span class="DOTTED">ZA</span> <sub class="greysub">32</sub></td>
                  <td class="w50">INFLUEN<span class="DOTTED">ZA</span> <sub class="greysub">21</sub></td>
                </tr>
                <tr>
                  <td class="w50">LESPEDE<span class="DOTTED">ZA</span> <sub class="greysub">21</sub></td>
                  <td class="w50">MYCORHI<span class="DOTTED">ZA</span> <sub class="greysub">28</sub></td>
                </tr>
              </tbody>
            </table>
            <h4>Words starting with ... and ending with ...</h4>
            <p>Example: words that start with p and end with y.</p>
            <table>
              <tbody>
                <tr>
                  <td class="w50">PACEY <sub class="greysub">12</sub></td>
                  <td class="w50">PADDY <sub class="greysub">12</sub></td>
                </tr>
                <tr>
                  <td class="w50">PALAY <sub class="greysub">10</sub></td>
                  <td class="w50">PALLY <sub class="greysub">10</sub></td>
                </tr>
                <tr>
                  <td class="w50">PALMY <sub class="greysub">12</sub></td>
                  <td class="w50">PALSY <sub class="greysub">10</sub></td>
                </tr>
              </tbody>
            </table>
            <h4>Words containing letters (ordered)</h4>
            <p>Example: 7 letters words containing HELLO ordered.</p>
            <table>
              <tbody>
                <tr>
                  <td class="w50"><span class="DOTTED">HELLO</span>ED <sub class="greysub">11</sub></td>
                  <td class="w50"><span class="DOTTED">HELLO</span>ES <sub class="greysub">10</sub></td>
                </tr>
                <tr>
                  <td class="w50"><span class="DOTTED">HELLO</span>VA <sub class="greysub">13</sub></td>
                  <td class="w50">&nbsp;</td>
                </tr>
              </tbody>
            </table>
            <h4>Words containing the specified letters only.</h4>
            <p>Example: words containing these letters 'HOUSE' only.</p>
            <table>
              <tbody>
                <tr>
                  <td class="w50"><span class="DOTTED">HOUSE</span>S <sub class="greysub">9</sub></td>
                  <td class="w50">S<span class="DOTTED">HOUSE</span> <sub class="greysub">9</sub></td>
                </tr>
              </tbody>
            </table>
            <h4>Word Unscrambler</h4>
            <p>'Word Unscrambler' will search for all words, containing the letters you type, of any lenght. Example: unscramble the word france.</p>
            <table>
              <tbody>
                <tr>
                  <td class="w50">CANER <sub class="greysub">7</sub></td>
                  <td class="w50">CRANE <sub class="greysub">7</sub></td>
                </tr>
                <tr>
                  <td class="w50">CRENA <sub class="greysub">7</sub></td>
                  <td class="w50">FACER <sub class="greysub">10</sub></td>
                </tr>
              </tbody>
            </table>
            <h4>Note:</h4>
            <p>This tool is also known as: <strong>wordword finder cheat</strong>, <strong>word finder with letters</strong>, <strong>word finder dictionary</strong>, <strong>word uncrambler</strong>, etc.</p>
            <button onclick="toogleHelp()" type="button" class="btn btn-success btn-sm"> × Close</button>
          </div>
        </td>
      </tr>
      <tr>
        <td>
          <div>
            <div id="msg" class="alert alert-danger" role="alert"></div>
          </div>
        </td>
      </tr>
      <tr>
        <td>
          <button class="calc-btn btn-options" style="width:100%;text-align: left;" id="togleOptionsBtn" onclick="showHideOptions();">Hide options</button>
          <div id="optionsDiv">
            <label for="QueryType">Options:</label>
            <!-- 								<label for="QueryType">Query type:</label> -->
            <select title="Choose a query type" name="qryType" id="qryType" class="form-control" onchange="toogleMode()">
              <optgroup label="Choose a query type">
                <option value="1">Words starting with ...</option>
                <option value="2">Words ending with ...</option>
                <option value="3">Words starting with ... and ending with ...</option>
                <option value="4">Words containing letters (ordered)</option>
                <option value="5">Words containing letters (in any order)</option>
                <option value="6">Words containing the specified letters only</option>
                <option selected="selected" value="0">Word Unscrambler</option>
                <option value="7">Wildcard (mask)</option>
              </optgroup>
            </select>
            <!-- 								<label for="wLength">Word Length (optional):</label> -->
            <select title="Choose a word length or 'Any'" name="wLength" id="wLength" class="form-control">
              <optgroup label="Choose a word length or 'Any'">
                <option selected="selected" value="">Any</option>
                <option value="15">15</option>
                <option value="14">14</option>
                <option value="13">13</option>
                <option value="12">12</option>
                <option value="11">11</option>
                <option value="10">10</option>
                <option value="9">9</option>
                <option value="8">8</option>
                <option value="7">7</option>
                <option value="6">6</option>
                <option value="5">5</option>
                <option value="4">4</option>
                <option value="3">3</option>
                <option value="2">2</option>
              </optgroup>
            </select>
            <!-- 								<label for="Dictionary">Dictionary:</label> -->
            <select title="Choose a dictionary" id="dictionary" class="form-control">
              <optgroup label="Choose a dictionary">
                <option selected="selected" value="ScrabbleUS">Scrabble® US &amp; CAN</option>
                <option value="ScrabbleUK">Scrabble® UK (World)</option>
                <option value="WWF">Words With Friends®</option>
                <option value="InfoChimps">Huge Word List</option>
              </optgroup>
            </select>
          </div>
        </td>
      </tr>
      <tr class="centerd-td">
        <td>
          <div id="loading">
            <img src="images/loading4.svg" width="128" height="128" alt="loading...">
          </div>
          <div id="results" <br="">
            <b>Notice</b>: Undefined variable: home in <b>/home/wordkeg/wordkeg.com/index.php</b> on line <b>181</b><br> style="display:block"&gt; <br>
            <b>Notice</b>: Undefined variable: home in <b>/home/wordkeg/wordkeg.com/index.php</b> on line <b>184</b><br>
          </div>
        </td>
      </tr>
      <tr>
        <td>
          <div class="social-div" style="margin:15px 0 5px 0">
            <a href="https://chrome.google.com/webstore/detail/word-finder-and-unscrambl/bcgkjgdjppbinjjihbccmcmjoohpohec" target="_blank" title="Add to Google Chrome"><i class="fa fa-lg fa-chrome chrome social-button" id="chrome"></i> Get the Chrome Extension</a>
          </div>
        </td>
      </tr>
    </tbody>
  </table>
</form>

Text Content

WordKeg.com
 * Word Unscrambler
 * Word Finder
 * Dictionary
 * Words With Friends Word Finder
 * Scrabble Cheat
 * Word Counter
   
 * Chrome Extension

 1. WordKeg.com Home


WORD FINDER AND UNSCRAMBLER



Welcome to wordkeg.com. Here you can find many tools related to words and word
games like Scrabble and Word With Friends. To get started, choose a query type,
enter your letters then press the green button!

 * Finder
 * Unscrambler
 * Dictionary

Your letters...


Starting letters:   Ending letters:

Search


HOW TO USE THE QUERY TYPE 'WILDCARD' (OR MASK)

When using the query type 'Wildcard' or word mask, follow these examples:
_ (underscore or space) matches one or more letters
. (dot) matches one letter, so,
ABO_ matches words starting with ABO.
_THER ending in THER.
_W_W_ containing W twice.
..CO four letter words ending with CO.
..CO_ words with C on the 3rd position and O on the 4th position (any length).
B.A_I_ word containing B, A and I with one letter between B and A.
HO.L_ starting in HO, then any letter, then a L and some letters after H.
_T_OUS ending with OUS and containing at least a T.



Note 1: if you press 'space' it will be converted to _ (underscore)

Note 2: you can also select a 'Word Lenght' (optional) to narrow your results.


WHAT ARE QUERY TYPES?

Query type are the that you can search our words database. See below examples
for each query type:

WORDS STARTING WITH ...

Example: 6 letters words that start with qi.

QIBLAS 17QIGONG 17QINDAR 16QINTAR 15QIVIUT 18 

WORDS ENDING WITH ...

Example: 9 letters words endding in za.

AFFLUENZA 24ALCARRAZA 20CHIAREZZA 32INFLUENZA 21LESPEDEZA 21MYCORHIZA 28

WORDS STARTING WITH ... AND ENDING WITH ...

Example: words that start with p and end with y.

PACEY 12PADDY 12PALAY 10PALLY 10PALMY 12PALSY 10

WORDS CONTAINING LETTERS (ORDERED)

Example: 7 letters words containing HELLO ordered.

HELLOED 11HELLOES 10HELLOVA 13 

WORDS CONTAINING THE SPECIFIED LETTERS ONLY.

Example: words containing these letters 'HOUSE' only.

HOUSES 9SHOUSE 9

WORD UNSCRAMBLER

'Word Unscrambler' will search for all words, containing the letters you type,
of any lenght. Example: unscramble the word france.

CANER 7CRANE 7CRENA 7FACER 10

NOTE:

This tool is also known as: wordword finder cheat, word finder with letters,
word finder dictionary, word uncrambler, etc.

× Close

Hide options
Options: Words starting with ... Words ending with ... Words starting with ...
and ending with ... Words containing letters (ordered) Words containing letters
(in any order) Words containing the specified letters only Word Unscrambler
Wildcard (mask) Any 15 14 13 12 11 10 9 8 7 6 5 4 3 2 Scrabble® US & CAN
Scrabble® UK (World) Words With Friends® Huge Word List

Notice: Undefined variable: home in /home/wordkeg/wordkeg.com/index.php on line
181
style="display:block">
Notice: Undefined variable: home in /home/wordkeg/wordkeg.com/index.php on line
184

Get the Chrome Extension


OUR TOOLS

 * Word Finder
 * Word Unscrambler
 * Scrabble® Dictionary
 * Word Counter

 * Contact

 * Privacy Policy

 * Click here to revoke the Cookie consent

 * Copyright © 2022 WordKeg.com

WordKeg.com is not affiliated with SCRABBLE®, Mattel®, Spear®, Hasbro®, Zynga®
with Friends in any way. The use of these trademarks on wordkeg.com is for
informational purposes only.


cookie bar close


This website makes use of cookies to enhance browsing experience and provide
additional functionality. None of this data can or will be used to identify or
contact you.

This website makes use of third party cookies, see the details in the privacy
policy.

This website makes use of tracking cookies, see the details in the privacy
policy.

If you prefer, you can select which types of cookies you feel acceptable:
Technical cookies (mandatory)
Third party cookies
Tracking cookies
Save my preferences

To learn more about how this website uses cookies or localStorage, please read
our PRIVACY POLICY.


By clicking Allow cookies you give your permission to this website to store
small bits of data on your device.

By clicking Disallow cookies, or by scrolling the page, you deny your consent to
store any cookies and localStorage data for this website, eventually deleting
already stored cookies (some parts of the site may stop working properly).

To learn more about cookies and localStorage, visit Information Commissioner's
Office.

--------------------------------------------------------------------------------

To disable all cookies through the browser, click on the corresponding icon and
follow the instructions:


Chrome Firefox Internet Explorer Opera Safari




This website makes use of cookies to enhance browsing experience and provide
additional functionality. Details Privacy policy

Disallow cookies Allow cookies Customize