Pattern
/\b0x[0-9A-Fa-f]+\b/
Sample text
color = 0x2466A8 mask 0xff decimal 255Test this pattern in the editor
0x-prefixed hexadecimal integers.
/\b0x[0-9A-Fa-f]+\b/
color = 0x2466A8 mask 0xff decimal 255Test this pattern in the editor
Standard 8-4-4-4-12 hex UUID layout.
Stricter UUID version 4 with variant bits.
Integer or decimal percentage values.
Capture double-quoted CSV fields.
Extract key=value pairs from a query string.
MAJOR.MINOR.PATCH with optional pre-release.