79190915

Date: 2024-11-15 02:12:09
Score: 1.5
Natty:
Report link

i think there might be an issue with your regex? try this:

preg_match('/<EMailAddress>([^<]+)<\/EMailAddress>/', $raw, $matches)

Reasons:
  • Whitelisted phrase (-2): try this:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: azaegor