Quote:
Originally Posted by davidfor
Looks like you can do it with:
Code:
list_re(src_list, separator, search_re, opt_replace)
I can only get it working in program mode. I think the following does what you want using the word count as the input.
Code:
program:
list_re(field('#words'), ',', '.*', '')
It gives results that look like "43, 102". Then I can use "list_item" to retrieve a single item from that list.
|
Hmm... I can use the code to create another column that gets the values from my "word group" column, but what I wanted to do is to automatically add that value to the
original Tags column, so I could add it inside the epub as metadata.
Maybe I didn't express it very well, or maybe you already answer me and I can't understand it because of my programming ignorance. Sorry about that.