Trims all whitespace.
<?php
use function Qubus\Security\Helpers\trim__;
trim__(array|string $string): array|string|null;
$string (array|string) (required) Array of string to be trimmed.
(array|string|null) The trimmed output.
Last Updated on August 14, 2024 by Joshua