Quote:
Originally Posted by JimmXinu
- New .SPLIT feature. Apply as a suffix to metadata entries in include_subject_tags. Causes the contents of the suffixed entry to be split into a list on ',' before being added to the tags/subject list.
Because the difference between ['A','B'] and ['A,B'] does matter.
Code:
## '.SPLIT' tells the system to split by ','
add_to_include_subject_tags:,tagsfromtitle.SPLIT
|
Just installed the new version, and I am doing some changes to my personal.ini ( it is being a long process to get the results I want, as I really don't know nothing of Regex....)
But I am curious about what would be the uses of the new SPLIT function, could you give an example? Maybe put it on the Wiki would be helpful for other people too.