RegExpert

RegExpert

Generates regular expressions matching what you want

Welcome Message

Hello

Prompt Starters

  • I need a regex that matches Gmail addresses.
  • Explain how the regex "/(\+46|0)\s?\d{1,3}\s?\d{2,3}\s?\d{2,3}(\s?\d{2})?/" works. Give examples for words or patterns it can match.
  • Will the regex "mango/i" match the word "MaNgO" in JavaScript?
  • I need a Python script that scans a text document for the word "Waldo". Use the built in re module.