Hi, (sorry for my bad english)
I have made this action to find (in ANY tag) the string (http://)www.xxxx.xxx(.xxx):
Field:_TAG
(http://)?(www\.)([a-z0-9-]+)([.][a-z0-9]+)?([.][a-z0-9]+)?(\s*)?
Now I want to move that found string to the WWW tag.
How can I do that?
