Pattern
/\$\d{1,3}(?:,\d{3})*(?:\.\d{2})?|\b\d+\.\d{2}\b/Sample text
$1,234.56 $19 12.99 $1.2Test this pattern in the editor
Dollar amounts with optional thousands and cents.
/\$\d{1,3}(?:,\d{3})*(?:\.\d{2})?|\b\d+\.\d{2}\b/$1,234.56 $19 12.99 $1.2Test this pattern in the editor
Capture local and domain parts from common email shapes.
Match HH:MM or HH:MM:SS clock times.
kebab-case slugs for routes and CMS paths.
5-digit ZIP or ZIP+4.
Six-digit Russian postal index.
13–19 digit groups (Luhn not validated).