79157893

Date: 2024-11-05 06:33:00
Score: 1
Natty:
Report link

The regex you used doesn’t isolate numbers at the end of the string, which is why the results aren’t coming out right. Try using (\d+(\.\d+)?$) to extract decimal or integer numbers that appear at the end of the string.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: aazizzailani