Split Text Block into Paragraphs

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sk89q

    #1

    Split Text Block into Paragraphs

    I have this large text block, but I would like to split it into
    smaller ones by a number of characters. It needs to _split at whole
    words_, and not just randomly in the middle of a word.

    What's the best way to do this?

    Thanks in advance.
  • P'tit Marcel

    #2
    Re: Split Text Block into Paragraphs

    sk89q écrivit:
    [color=blue]
    > I have this large text block, but I would like to split it into
    > smaller ones by a number of characters. It needs to _split at whole
    > words_, and not just randomly in the middle of a word.
    >
    > What's the best way to do this?[/color]


    R

    O

    T

    F

    M



    Comment

    • P'tit Marcel

      #3
      Re: Split Text Block into Paragraphs

      Rob écrivit:
      [color=blue]
      > A helpful response there P'tit, excellent use of your time. If you'd
      > like to point him to the function in the 'FM' that does this then go
      > ahead.[/color]

      word_wrap, that you apparently fail to know as well...

      Wraps a string to a given number of characters



      --
      P'tit Marcel

      Comment

      • Rob

        #4
        Re: Split Text Block into Paragraphs


        "P'tit Marcel" <geononauxspams @centrale-lyon.org.invali d> wrote in message
        news:Xns93BED17 40BCAbulgroz7@2 13.228.0.136...[color=blue]
        > Rob écrivit:
        >[color=green]
        > > A helpful response there P'tit, excellent use of your time. If you'd
        > > like to point him to the function in the 'FM' that does this then go
        > > ahead.[/color]
        >
        > word_wrap, that you apparently fail to know as well...
        >
        > http://fr.php.net/word_wrap
        >
        >
        > --
        > P'tit Marcel[/color]

        OK, I stand corrected. Still no need for your obnoxious reply when
        you could have simply said 'word_wrap'. You came through in the
        end, tho :-)

        Rob


        Comment

        • M()()SE
          New Member
          • Jul 2006
          • 1

          #5
          P'tit Marcel
          Guest

          R olling
          O n
          T he
          F loor
          M asterbating ?

          P'tit Marcel...tisk, tisk

          Comment

          Working...