79761646

Date: 2025-09-11 08:19:09
Score: 1.5
Natty:
Report link

Your RegExp works perfectly fine for the usecase you described. As @C3roe commented, the only thing you need to do is to add the s modifier to the RegExp:

/"ordertyp"\s*:\s*"TINOP".*?"status"\s*:\s*"active"/gms

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @C3roe
  • Low reputation (0.5):
Posted by: Georg Edlbauer