Dear all
I have a requirement where i need to replace the first three characters in a comma separated string.
Example : EP_123,EP_234,EP_345,PR_123,PR_234,PR_345
I need the output as 123,234,345,123,234,345.
Having to replace different sets of characters is proving tricky as ReplaceStr function can only handle one character set at any one time.
Please help.
Thanks