79469195

Date: 2025-02-26 09:38:33
Score: 2
Natty:
Report link

Not wanting to take bobble bubble credit but I can't comment so I'll comment it here. In case of several servicecodes in that file then (?s)###(?=.*/Services/([^"]+)") takes always last one. Adding ? to =.* in (?s)###(?=.*?/Services/([^"]+)") makes it to choose next match.

Reasons:
  • RegEx Blacklisted phrase (1): can't comment
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: marsilt