search and get value from String

123 Views Asked by At

AM new to altova mapforce.I need to search and get value from String.How to write user defined Function for this?

string is abc|A,cde|B Input is abc need output A

1

There are 1 best solutions below

0
On

You can use libraries , substring-after

Send the string as first argument and '|' as second argument