tinyphp-function / clean_text
Limpia un texto
1.0
2024-11-16 01:24 UTC
This package is not auto-updated.
Last update: 2024-11-16 11:04:22 UTC
README
Instalación via composer
composer require tinyphp-function/clean_text
Funciones
/** Limpia un texto */
function clean_text(mixed $val): mixed
/** Evita el incrustamiento de caracteres nulos entre los caracteres ASCII */
function remove_invisible_characters(string $str, $url_encoded = true): string