If I have a string like the following:
Security - Better Safe Than Sorry
How would i write a replace statment that will replace anything before the article title to be replaced with a blank space.
IE. The above string would be replaced with "Data Security - Better Safe Than Sorry"
The number following articleID and campaignID can change. IE. right now it is 54 and 26, next time it could be 1 and 1000.
Security - Better Safe Than Sorry
How would i write a replace statment that will replace anything before the article title to be replaced with a blank space.
IE. The above string would be replaced with "Data Security - Better Safe Than Sorry"
The number following articleID and campaignID can change. IE. right now it is 54 and 26, next time it could be 1 and 1000.