View Single Post
Old 05-07-2020, 09:45 AM   #5
yamusing
Enthusiast
yamusing began at the beginning.
 
Posts: 49
Karma: 10
Join Date: Jul 2019
Device: none
Quote:
Originally Posted by chaley View Post
On tags (and any other multiple-valued column) Search/Replace regexs operate on a tag-by-tag basis. Tags cannot contain a comma, so you must not look for one.

If you want to operate on tags as a single string then you must use "template" as the source and use {tags} as the template.
I've tried using regex search for "(weight:.+)" replace with "{\1}". I got this:

"5-glass apple group:95#TR4 Hefine94 {weight:140lbs (acc)} Z97-A.5"
"case:AR5steel group:Fractal-group heavy T*m5% {weight:@eightySix'Kilos}"
"case:AR5steel dark group:R3.R4.R5 group:Fractal-group"

How do I make the search and replace capture everything in the "{}" then move only that not including the parentheses to another field? Then removing the text within "{ }" and parentheses itself in the tag column?
yamusing is offline   Reply With Quote