Match The Pattern

Find the matching regex pattern for each challenge!

Challenge 1: Simple Sequence

A sequence of 5 numbers, each separated by a space, where each number is a multiple of 3.

Sequence Patterns
Note: This output is just the starting point for the /subpages/regex-games/level-1/match-the-pattern page. The actual content of the "Sequence Patterns" page would be another html page with a list of possible sequence patterns. Let's imagine it as /subpages/regex-games/sequence-patterns /subpages/regex-games/sequence-patterns

Sequence Patterns

A list of regex patterns for sequences of numbers separated by spaces, each number being a multiple of 3.

Challenge 1: 3 6 9 12 15

Find a regex pattern that matches the sequence 3 6 9 12 15.

More Sequence Challenges
Please let me know if you want me to continue. I'll add more challenges and sequence patterns.