Level 2, Challenge 2 - Regular Expressions are like a Party!

Submissions

Challenge Description

Find the pattern in the string "abababab" that matches the following regex: "[a][b]+"

Rules

See rules for other challenges in this level!