Search and replace in all Documents
-
I am trying to remove end of line checksum which is not needed so my files have about 5000 lines of code in file there is 10 in total
so a basic line goes blah.blah then tab 1.00 (end of line read next) tab again and a 3 digit checksum so I want to delete everything after the 1.00… I can manual do it with using extended and \t1.00\t413 and repeating for all checksums I see… is there a better way to this?Thanks
Doug -
Open Find and replace, check “Regular expression”, replace
\t\d\d\d$with nothing.
\t = tab
\d = any digit
$ = end of line -
thanks you so much was so close had \t\d\d\d but it kept showing no match as I was still searching in Extended, not regular.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login