To::folder()
Sanitize string into safe folder path.
To::folder(string $in);
Example:
$A = To::folder('foo / bar / baz .txt / abc $ def $ ghi .txt');
Result:
$A = 'foo/bar/baz-txt/abc-def-ghi-txt';
To::folder()
Sanitize string into safe folder path.
To::folder(string $in);
Example:
$A = To::folder('foo / bar / baz .txt / abc $ def $ ghi .txt');
Result:
$A = 'foo/bar/baz-txt/abc-def-ghi-txt';