UiPath Assignment Reframework

Client Information Details

Client ID: KI44163
Client Name: Edison Byam
Client Country: Germany
How to get Client name from this string?

@ajnaraya

Use regex

Outstr=System.text.regularexpression.regex.match(yourinput,“(?<=Client Name:).*”).value

Hope this helps

1 Like

Hi @ajnaraya

Use the regular expressions to extract the required output from the input string
image

Hope it helps!!

1 Like

Hi @ajnaraya

(?<=Client Name: ).*

image

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.