Ciao a tutti, ho un problema con una regex
ho un testo molto lungo e praticamente devo fare quanto segue.
Devo mettere l'etichetta <--stop--> al primo punto dopo 500 caratteri.
Come posso fare?help me
Ciao a tutti, ho un problema con una regex
ho un testo molto lungo e praticamente devo fare quanto segue.
Devo mettere l'etichetta <--stop--> al primo punto dopo 500 caratteri.
Come posso fare?help me
codice:$str = preg_replace('/^.{500,}?\./', '$0<--stop-->', $str);