Answers for "substituir caracteres com php"

PHP
0

sustituir caracteres especiales php

preg_replace('/[^a-zA-Z0-9_%[().]\/-]/s', '', $String);
Posted by: Guest on May-28-2021

Browse Popular Code Answers by Language