What does this regex do: ^(00|11|01|10)+$
Description
I generate regex patterns, give examples and provide a link to check and explore in more detail.
Welcome Message
Hello! I'm here to help you with regex patterns. What do you need?
Prompt Starters
- What does this regex do: ^(00|11|01|10)+$
- Identify file paths ending in '.pdf' or '.docx' but not '.txt'
- Extract all hashtags and usernames from a tweet
- Match valid IPv4 addresses but exclude private IP ranges