Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account 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 #56: Parsing and Counting Hashtags

dkungu
8 - Asteroid

Regex Tokenization

Tgigs
8 - Asteroid

My solution attached.

 

First split up the data into rows using text to column to rows based on whitespace then used regex to identify the hashtags and then some data manipulation to get the data in the appropriate format.

shrestha_nitesh
8 - Asteroid

Challenge 56 Screenshot 2023-11-14 170803.png

Rob-Silk
8 - Asteroid

My solution below:

 

Spoiler
challenge_56_RS_screencap.PNG
Christina_H
14 - Magnetar

My solution

Spoiler
image.png
H_a_n_g_C_h_e_n__x3
8 - Asteroid

Pretty Neat

Zhengyi
8 - Asteroid

Nice challenge to practice Regex!

asultanov
8 - Asteroid
Spoiler
Screenshot 2024-01-31 112957.png
snbandi
8 - Asteroid

Mysolution

SGrasland
7 - Meteor

Getting a hang of RegEx!