View Single Post
Old 11-02-2010, 11:12 AM   #8
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,485
Karma: 8025704
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by nsomlai View Post
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.
chaley is offline   Reply With Quote