Regex Tester

Text & Development Tool

No matches.

Common Regex Patterns

  • \d+ — digits
  • [a-zA-Z]+ — letters
  • ^\s+|\s+$ — leading/trailing whitespace
  • [\w.-]+@[\w.-]+\.\w+ — basic email
  • https?://[\w./-]+ — basic URL
  • (?<=@)\w+ — lookbehind (characters after @)