79318406

Date: 2024-12-30 19:11:54
Score: 0.5
Natty:
Report link

If you want to get only the numbers from the text, you can easily use:

"(\d+)"

When try it on regex101 platform, the results are: Regex

also, you can use Regex:

"\}?\{?(\d+)\\?\}?"

to skip all special & un-wanted characters, and the results should be as this: Regex

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Adel Alaa