Quote:
Originally Posted by nsomlai
Thanks, I'll then just put it in the Comment field with some special mark.
|
If you do that, then you can later use search and replace to move the information to a custom field. For example, if you put the text in a comment as follows
Code:
###myurl###:the url text:###/myurl###
then the following regexp search/replace should do what you want:
source: comments
search for: ###myurl###

.*?):###/myurl###
replace with:\1
Destination: #myurl
A similar one would remove the tagged text from comments.