Return to Project-GC

Welcome to Project-GC Q&A. Ask questions and get answers from other Project-GC users.

If you get a good answer, click the checkbox on the left to select it as the best answer.

Upvote answers or questions that have helped you.

If you don't get clear answers, edit your question to make it clearer.

0 votes
160 views
Would it be possible to generate a checker for GC4JT7P  Mystery Cache Disemvoweled Challenge?
in Miscellaneous by Carpnetter (120 points)

1 Answer

+1 vote

This is now available here http://project-gc.com/Challenges/GC4JT7P/5923

 

It has the following config:

  • {
        "challenge": [
            "define 'vowel' as match '([aAeEiIoOuU])' on cache_name.",
            "find 100 caches where vowel == ''.",
            "output table gccode, cache_name, visitdate."
        ]
    }

which attempts to find the first vowel in the name, and then matches any cache for which no vowel was matched.

 

by mole125 (Expert) (21.1k points)
...