Visualizzazione dei risultati da 1 a 4 su 4
  1. #1

    Regex funzione tronca + chiudi tag .......

    Ciao.
    da una regex di AnĒkin
    diffusore nicola75ss
    un grazie a tutti e due.
    Ho questa funzione:
    Codice PHP:
    function stringTransform($str,$len) {
        if(
    strlen($str)>$len){
            
    preg_match("/^(?=(.{{$len},}?\b))/s",$str,$chunked); 
            
    $str$chunked[1].'...';
        }
        return 
    $str;
    }
    $testo "

    Opera powers the Web on any device.Surfe the full Web and create dynamic applications using Web technology with Opera 9 for Devices</p>"
    ;
    echo 
    stringTransform($testo,50); 
    da utilizzare come mostra preambolo in un
    blog.
    C'č un modo per chiudere un tag che sta
    all'interno della stringa sempre che ci sia
    basterebbe con il tag

    e <a>
    esempio di strighe:
    "

    Opera powers the </p>"
    "Opera powers the "
    "

    Opera here powers the </p>"


    Without faith, nothing is possible. With it, nothing is impossible
    http://ilwebdifabio.it

  2. #2
    io non ho mica capito....
    www.gext.it

  3. #3

    .............

    Mi spiego meglio
    Adesso quella funzione resituisce:

    Opera powers the Web on any device.Surfe the full Web...
    invece vorrei ottenere

    Opera powers the Web on any device.Surfe the full Web...</p>
    Con la possibilitā di mantenere i possibili tag (ad esempio <a> o <span>)
    dentro il tag



    E' possibile tramite RegEX ?


    Without faith, nothing is possible. With it, nothing is impossible
    http://ilwebdifabio.it

  4. #4

    .........

    Si accettano anche altre soluzioni
    oltre le RegEx se vi vengono in mente.


    Without faith, nothing is possible. With it, nothing is impossible
    http://ilwebdifabio.it

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.