User talk:Lamadesbois

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Hi, I am facing a search engine puzzle. I am trying to build a mnemonic peg system that involves both the major system and a sort of dominic system memory table. Wikipedia could help me in that prospect. My goal is to associate each number from 00 to 99 with a person and a corresponding action. The person must have a first and last name that follow the major system. For example for 01, I must find someone whose first name begins with the sound "S-" or "Z-" and whose last name begins with the sound "D-" or "T-". For example"Zooey Deschanel". I tried using regex search to reduce the search results to what I am looking for but I did not succeed. For example I would like a query to get results that:

— are two words long – begin with "S" or "Z" – feature a second word beginning with "D" or "T" (sometimes there is more than two possibilites, for example "6" would allow "Sh", "Sch", "Ch", etc.) Could you please help me? Thanks in advance.

We can only help you with tasks on Wikipedia. We are not a general purpose forum, you would find better luck asking on a coding forum. CaptainEek Edits Ho Cap'n! 17:57, 18 July 2020 (UTC)[reply]
https://quarry.wmflabs.org/query/46751 --AntiCompositeNumber (talk) 21:24, 18 July 2020 (UTC)[reply]

Thank you so much!