Hi,
Is there a way to update a record that has a hyper link and replace anything before .domain.com with "" so if we had something like:
We'll be left with domain.com
I don't want to just use a replace(domain, " "") because if the domain was:
then it wouldn't work. I tried to use a wild card in the replace statement but it wouldn't work. Any ideas?
Is there a way to update a record that has a hyper link and replace anything before .domain.com with "" so if we had something like:
We'll be left with domain.com
I don't want to just use a replace(domain, " "") because if the domain was:
then it wouldn't work. I tried to use a wild card in the replace statement but it wouldn't work. Any ideas?