Hi ,
I need to fetch a particular value from a string,
eg:
input :
abc def def test|test2|test3
my required output should be:
test|test2|test3
How to go about this using any function or any other alternate solution.
Kindly advice !!!
Hi ,
I need to fetch a particular value from a string,
eg:
input :
abc def def test|test2|test3
my required output should be:
test|test2|test3
How to go about this using any function or any other alternate solution.
Kindly advice !!!