Hi,
I want to find out the exact specific words from the text file using UiPath. like for eg I want to find 0% from the text file so it should find out only 0 n not 0 in 100.
How can I achieve that, please help me out.
Thanks,
Sayali
Hi,
I want to find out the exact specific words from the text file using UiPath. like for eg I want to find 0% from the text file so it should find out only 0 n not 0 in 100.
How can I achieve that, please help me out.
Thanks,
Sayali
You could use the is matches activity to get how many times the string appears
set up Regex
Count
See the result