Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #267: To Quote The Alphabet

abrouwer
8 - Asteroid

Solution attached

Spoiler
Capture2.PNG
alexnajm
16 - Nebula
16 - Nebula

Fun one! 😊

AkimasaKajitani
17 - Castor
17 - Castor

My solution.

Good practice.

 

Spoiler
AkimasaKajitani_0-1620662479809.png

 

Sashikumar
8 - Asteroid

My solution. 

Spoiler
ch267.PNG
Maskell_Rascal
13 - Pulsar

This challenge was fun enough that I decided to try to solve it again another way. I channeled my inner @MarqueeCrew to come up with an all RegEx solution! 😀

 

Here is my original solution:

Spoiler
Maskell_Rascal_0-1620664358181.png

 

RegEx Solution:

Spoiler

RegEx Code

((?:a+(?(?!b)(*ACCEPT))|b+(?(?!c)(*ACCEPT))|c+(?(?!d)(*ACCEPT))|d+(?(?!e)(*ACCEPT))|e+(?(?!f)(*ACCEPT))|f+(?(?!g)(*ACCEPT))|g+(?(?!h)(*ACCEPT))|h+(?(?!i)(*ACCEPT))|i+(?(?!j)(*ACCEPT))|j+(?(?!k)(*ACCEPT))|k+(?(?!l)(*ACCEPT))|l+(?(?!m)(*ACCEPT))|m+(?(?!n)(*ACCEPT))|n+(?(?!o)(*ACCEPT))|o+(?(?!p)(*ACCEPT))|p+(?(?!q)(*ACCEPT))|q+(?(?!r)(*ACCEPT))|r+(?(?!s)(*ACCEPT))|s+(?(?!t)(*ACCEPT))|t+(?(?!u)(*ACCEPT))|u+(?(?!v)(*ACCEPT))|v+(?(?!w)(*ACCEPT))|w+(?(?!x)(*ACCEPT))|x+(?(?!y)(*ACCEPT))|y+(?(?!z)(*ACCEPT))|z+(?(?!$)(*ACCEPT)))+)


Workflow and Output:

Maskell_Rascal_1-1620667622678.png

Cheers!

Phil

alexvornsand
7 - Meteor
Spoiler
Workflow.PNG
phottovy
13 - Pulsar
13 - Pulsar

I feel like I need to spend more time learning the tile tool. I never seem to think of it on a lot of these challenges.

 

Spoiler
267.PNG

Updated comment: I had no idea about the CharToInt function. Good to know.
CandiceDB
Alteryx
Alteryx

My solution:

 

Spoiler
CandiceDB_0-1620675495173.png

 

Toons
12 - Quasar

My solution :

 

Spoiler
Toons_0-1620678127794.png

 

apathetichell
18 - Pollux

part of the vast conspiracy theory trying to convince everyone to use the substring() function...