Getting values from string

yankee831

New Member
I have string value, in that I need to get only text without comma or semicolon as like below example input:\[code\]<LINE>002:OR,004:0001,002:01,007:SCEM_02,000:, 002:PC;/</LINE> \[/code\]My output should be like:\[code\]OR 0001 01 SCEM_02 PC\[/code\](I.e.) without any comma, semicolon, colon. For this what function I need to use for it? Waiting for your reply.Regards,Joy
 
Back
Top