I would like to split the string and only remain those Chinese characters. Currently I can split by “AmountPO” and get the second line only. My thought is that I can split by numbers and get the text between two number series. Any help will be appreciated.
I search the forum for similar topic but no results found. If there is a solution already, my apology made.
I think you can simply use string substring method, you can remove the first numbers as its date and it will always be 12 in length.
So substring should always start from 12, then you can give length of chinese character, is there any logic by which you can calculate chinese character length?
Thanks for your help. the first substring of number is not always fixed in 12 length. And yes I can calculate Chinese characters but it is also not fixed length.
I am still new to UiPath and terrible at it thus I never touched the activity “match” before, I do not know the logic behind your flow but I tried your approach. The message box shows everything but the Chinese characters I need. Can you please specify how to get those Chinese characters?