Client Information Details
Client ID: KI44163
Client Name: Edison Byam
Client Country: Germany
How to get Client name from this string?
Client ID: KI44163
Client Name: Edison Byam
Client Country: Germany
How to get Client name from this string?
Use regex
Outstr=System.text.regularexpression.regex.match(yourinput,“(?<=Client Name:).*”).value
Hope this helps
Hi @ajnaraya
Use the regular expressions to extract the required output from the input string
Hope it helps!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.