Quote:
Originally Posted by kwokhin
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.