79111133

Date: 2024-10-21 17:31:50
Score: 1
Natty:
Report link

Try to use like this

$real_value = preg_match('/^[a-zA-Z\-]+\s*\(.*\)$/', $value) ? $value : '"' . $value . '"';
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ferid