79401464

Date: 2025-01-30 23:33:05
Score: 2
Natty:
Report link

What about this: https://github.com/symfony/polyfill

or simply:

if (!function_exists("mb_trim"))
    {
        function mb_trim($str)
            {
                return preg_replace("/^\s+|\s+$/u", '', $str); 
            };
    };

Vote up if you agree.🤓

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: James Anderson Jr.