tinyphp-function/clean_text

Limpia un texto

Maintainers

Package info

gitlab.com/tiny.php/function/clean_text

Issues

pkg:composer/tinyphp-function/clean_text

Statistics

Installs: 67

Dependents: 1

Suggesters: 0

Stars: 0

1.0 2024-11-16 01:24 UTC

This package is not auto-updated.

Last update: 2026-03-08 06:18:32 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