View previous topic :: View next topic |
Author |
Message |
kc27
Joined: 23 May 2007 Posts: 9
|
Posted: Thu Aug 19, 2010 12:57 pm Post subject: Want to Remove First 2 Characters |
|
|
I thought this used to appear in the Regex Panel but, I am not finding it. How do I remove the first 2 characters from a file? |
|
Back to top |
|
 |
admin Site Admin
Joined: 09 Mar 2007 Posts: 448 Location: Canada
|
Posted: Thu Aug 19, 2010 1:52 pm Post subject: |
|
|
Try the following:
Search for: ^.{1,2}
and replace with nothing.
Peter. |
|
Back to top |
|
 |
kc27
Joined: 23 May 2007 Posts: 9
|
Posted: Thu Aug 19, 2010 2:11 pm Post subject: |
|
|
Thanks
Are there any other settings necessary for this to work? The first two characters are not being removed. |
|
Back to top |
|
 |
kc27
Joined: 23 May 2007 Posts: 9
|
Posted: Thu Aug 19, 2010 2:15 pm Post subject: |
|
|
Nevermind, I figure out what I was doing wroing.
Thanks Peter. |
|
Back to top |
|
 |
|