Hello, I have populated my tags column with age-levels like 04-07, 05-10, 16-20 etc. along with genres like fairytale, picture book, animals
I would like to move the age-level to a new column. In the bulk search and replace, I can use a regex like
to identify the string I want, and in the replace I try something like
in the new field.
but it copies the genre tags too...
Any advice?
Also, I would prefer to move them, instead of copy, if that is possible.
Thanks!