79661455

Date: 2025-06-11 06:00:25
Score: 2.5
Natty:
Report link

Just use search() method and it will stop at the first match.

The python uses

import re

re.search(r'somepattern', string)

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Saifullah