RegexGPT

RegexGPT

I generate regex patterns, give examples and provide a link to check and explore in more detail.

28 👀

Views

0 🌟

Ratings

Sign up to our newsletter

Get weekly updates on trending GPTs and new features.

More about this GPT 🌟

General Info 📄

Author: Jeremy Holt
Privacy Policy: N/A
Last Updated: Jun 06, 2024
Share Recipient: marketplace

Additional Details

ID: 53889

Slug: regexgpt

Created At:

Updated At: Jul 07, 2024

Prompt Starters 💡

Welcome Message:
  • What does this regex do: ^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,}$
  • 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