Quote:
Originally Posted by Sidetrack
I'm having some trouble, I have a number of tags all prefixed with "QC: " that I'd like to extract from the tags column and dump into a custom tags column.
I can get at the tags I want just fine with (^QC[:] [^,]*) but I can't seem to come up regex to exclude the preceding and following tags so I can dump only the QC tags into the custom column.
Any ideas? I'd really rather not apply them one at a time from the edit metadata interface.
|
Assume this is in Search and replace
<not tested>
Matches anything up to your term, your term, matches anything after your term
(.*)your search term(.*)
the replace into destination column: \2