Looking for a text replace program..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KMR Stitch
    I am cool
    • Jul 2003
    • 14494

    #1

    Looking for a text replace program..

    If I have a list

    3423523
    23424234
    234234234
    2342423424
    234234234
    2342342342
    23423444234
    235235235

    I want a comma after Each line. Or to be able to add after each line

    Ive been looking all over for something that can do that
  • KMR Stitch
    I am cool
    • Jul 2003
    • 14494

    #2
    bump..someone has to have this type of program

    Comment

    • =^..^=
      Confirmed User
      • Jan 2002
      • 6935

      #3
      can be done in "text pad" www.textpad.com
      #RememberYourRoots #AaronMForGFYHOF

      Comment

      • flashfreak
        Confirmed User
        • Jun 2002
        • 4396

        #4
        you can do it with homesite ( I think it works in dreamweaver too)

        hit ctrl+shift+R (extended replace - not sure how it is in DW) then hit ENTER on the first textbox and on the 2nd textbox put | and then ENTER again , then hit "replace" and that's it

        ;)
        SEO Mogul | ICQ: 163671223

        Comment

        • KMR Stitch
          I am cool
          • Jul 2003
          • 14494

          #5
          Originally posted by =^..^=
          can be done in "text pad" www.textpad.com
          hmm I downloaded it I can't find that option

          I want it to be like
          235235235:
          235252352:
          235235235:
          235235252:
          2636326623:

          Comment

          • flashfreak
            Confirmed User
            • Jun 2002
            • 4396

            #6
            oh .. comma. put ":ENTER" , not "|ENTER" ;)
            SEO Mogul | ICQ: 163671223

            Comment

            • =^..^=
              Confirmed User
              • Jan 2002
              • 6935

              #7
              under macros

              select macros [at top]
              start recording
              go to first line... type 'end' keyto get to end
              type :
              type down arrow
              stop recording

              now use macro ;)
              #RememberYourRoots #AaronMForGFYHOF

              Comment

              • kenny
                Confirmed User
                • Mar 2002
                • 7245

                #8
                If they are on new lines can't you write a small program to open the file up, place the content in a array and then print the individual lines to another file adding the ";"
                7

                Comment

                • kenny
                  Confirmed User
                  • Mar 2002
                  • 7245

                  #9
                  Originally posted by =^..^=
                  under macros

                  select macros [at top]
                  start recording
                  go to first line... type 'end' keyto get to end
                  type :
                  type down arrow
                  stop recording

                  now use macro ;)
                  still waiting...

                  [email protected]
                  7

                  Comment

                  • xroach
                    Confirmed User
                    • Feb 2002
                    • 963

                    #10
                    edit plus, search and replace, regex checked

                    find : ([0-9]*)\n
                    replace : \1:\n

                    Comment

                    • danevans
                      Confirmed User
                      • Jun 2001
                      • 1295

                      #11
                      I'm not sure if I get what you need exactly (just a static text change or changing some variables) but for batch replacing bits of code I use "BKreplacem" from www.orbit.org/replace
                      it small, quick and free does wonders thru folders of html pages..
                      Custom adult games / apps for your paysites.
                      webmaster at multimoodia.net
                      icq35291012

                      Comment

                      • =^..^=
                        Confirmed User
                        • Jan 2002
                        • 6935

                        #12
                        ps hit me up icq
                        havent chatted in forever!!!!!!!!!!!!!!!!!!!
                        #RememberYourRoots #AaronMForGFYHOF

                        Comment

                        Working...