79455390

Date: 2025-02-20 17:44:01
Score: 2
Natty:
Report link

0[xX][0-9a-fA-F]+(\.[0-9a-fA-F]+)?([pP][+-]?\d+)?.

Pretty simple. The pP[+-]?\d+ part is for detecting hex exponents, which use P instead of E like base 10 exponents do.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: William Bailey