But should you do this?
It means that you are storing the same data twice which you should not do, what if the data changes?
You can always extract the data when needed, else split the field and store the two separate parts, personally as it's so simple to extract the first part and you have not indicated that you require the rest as a separate entity I would just leave it.
Brian