We've recently made an accessibility improvement to the community and therefore posts without any content are no longer allowed. Please use the spoiler feature or add a short message in the message body in order to submit your weekly challenge.

Weekly Challenge

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

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

We're actively looking for ideas on how to improve Weekly Challenges and would love to hear what you think!

Submit Feedback

Challenge #267: To Quote The Alphabet

abrouwer
8 - Asteroid

Solution attached

Spoiler
Capture2.PNG
alexnajm
13 - Pulsar

Fun one! 😊

AkimasaKajitani
16 - Nebula
16 - Nebula

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
12 - Quasar
12 - Quasar

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
17 - Castor

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