Automatically insert spaces in text file?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xxweekxx
    Confirmed User
    • Oct 2002
    • 6780

    #1

    Automatically insert spaces in text file?

    I want a program that can automatically insert spaces between letters in text file

    What i mean is example of text file:

    aaabcc
    bbbccc
    cccddd

    result:
    a a a b c c
    b b b c c c
    c c c d d d


    Thanks
    _________________
    I am the best
  • papill0n
    Unregistered Abuser
    • Oct 2007
    • 15547

    #2
    "ultra edit" might be able to do that, you'd have to take a look

    Comment

    • SmokeyTheBear
      ►SouthOfHeaven
      • Jun 2004
      • 28609

      #3
      http://ytmnd.webspacemania.com/spacer/
      hatisblack at yahoo.com

      Comment

      • ilbb
        Confirmed User
        • May 2005
        • 3025

        #4
        short php script can do this

        Comment

        • GreyWolf
          So Fucking Banned
          • Jun 2007
          • 2036

          #5
          Originally posted by xxweekxx
          I want a program that can automatically insert spaces between letters in text file

          What i mean is example of text file:

          aaabcc
          bbbccc
          cccddd

          result:
          a a a b c c
          b b b c c c
          c c c d d d


          Thanks
          Agree with Ben ... a simple UltraEdit or UEStudio macro will do that in seconds. If the pattern is the same - ie six characters, just use a macro to record the keystrokes and move to the start of the next line. Then "play that macro for the number of lines in your text file - done!

          Comment

          Working...