M
MJJ Tools
Home
Developer Tool
Regex Tester
M
MJJ Tools

Discover 70+ free online tools including calculators, converters, generators, and utilities. All tools work in your browser - no downloads required!

Popular Tools

  • ACFT Calculator
  • JSON Formatter & Validator
  • Chinese English Translator
  • Base64 Encoder/Decoder

Categories

  • Math Tool
  • Developer Tool
  • Finance Tool
  • Daily Tools

Info

  • About Us
  • Changelog
  • Privacy Policy
  • Terms of Service

© 2025 MJJ Tools. All rights reserved.

Regex Tester

Test and debug regular expressions with real-time pattern matching, flags, and detailed match analysis

Regular Expression
//g
Test String
Results
Enter a regex pattern and test string to see matches
Email Validation
/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/i
Phone Number
/^(\+?1-?)?\(?([0-9]{3})\)?[-. ]?([0-9]{3})[-. ]?([0-9]{4})$/gm
URL Extraction
/https?://[^\s/$.?#].[^\s]*/gi
Date Format (YYYY-MM-DD)
/^(\d{4})-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$/gm