How to split a string after the word "in"?

This is my line. I would like to split after the word “in” in this phrase “(List the new company name in AL BERJAYA PTE LTD.”. What expression should I use to get AL BERJAYA PTE LTD.?

@Yoichi could you kindly help me with this issue?

Hi @_itslw

you can try using Matches activity for that image

try this expression (?<=in).*

Cheers
@_itslw

1 Like

Hi, thanks it works.

1 Like

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