Pattern
/(?:[A-Za-z0-9+/]{4}){4,}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?/Sample text
SGVsbG8gUGF0dGVybkxhYiE= short YWJjZGVmZ2hpams=Test this pattern in the editor
Longish base64 strings with optional padding.
/(?:[A-Za-z0-9+/]{4}){4,}(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?/SGVsbG8gUGF0dGVybkxhYiE= short YWJjZGVmZ2hpams=Test this pattern in the editor
Require length and mixed character classes (demo only).
Standard 8-4-4-4-12 hex UUID layout.
Stricter UUID version 4 with variant bits.
13–19 digit groups (Luhn not validated).
Integer or decimal percentage values.
Capture double-quoted CSV fields.