tinyphp-function/clean_text

Limpia un texto

Installs: 63

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

pkg:composer/tinyphp-function/clean_text

1.0 2024-11-16 01:24 UTC

This package is not auto-updated.

Last update: 2025-10-05 04:12:28 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