trim__
Description
Trims all whitespace.
Usage
<?php
use function Qubus\Security\Helpers\trim__;
trim__(array|string $string): array|string|null;
Parameters
$string (array|string) (required) Array of string to be trimmed.
Return Value
(array|string|null) The trimmed output.