Quote:
Originally Posted by chaley
The easiest way to do this is to use template as the source. That makes it easier to delete text across tag boundaries.
To copy the text to a new column:
Code:
Source: template
Template: {tags}
Search for: ^.*, (weight:.+), .*$
Replace with: \1
Destination: whatever the name of your column is
To delete the text from tags:
Code:
Source: template
Template: {tags}
Search for: ^(.*), weight:.+(, .*)$
Replace with: \1\2
Destination: tags
BTW: your input examples in the first post do not contain {} characters
|
I've never used the template functions, how would I input this into there?