View Single Post
Old 12-01-2015, 12:33 AM   #12
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,600
Karma: 169712392
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by kwokhin View Post
Thank you so much for your help!! I really appreciate it!
Just one more question, how do I remove all the |2015-11-29T15:10:28Z| at the beginning of my notes?
I've never bothered to remove that datestamp since my major use for annotations is correcting errors. If I wanted to, I would probably use Notepad++ with it's regular expression search/replace feature.

As an example to replace a string such as |2015*| in Notepad++, I would use \|2015(.*?)\| as the search string with a blank replace (the backslashes escape the | characters to prevent them being considered special characters).

One note is that I am typing this out of memory. Any possible errors are regretted.
DNSB is offline   Reply With Quote