Regex Wizard: Advanced Patterns - Try It Out!

You think you're ready to try out some advanced regex patterns? Think again! But okay, we'll let you try.

Try Out:

Grouping Sets
Named Captures
Conditional Statements
Repeaters Repetition

/([A-Z]+)\1/

Try to match the string 'AA'.