Question
2
Replies
63
Views
Posted: January 18, 2021
Last activity: January 22, 2021
Fetch a specific item from a String List
Hi,
I have a case of a text extracted by OCR. This text is then processed with RegEx matching which may return multiple results. I'd like to extract the second result. How can this be done?
Kind regards,
Kate
@KasiaM40 I believe you can pass this to a ListLoop and then extract a proxy from the ListLoop and it should be of Type RegEx match. You can then get that value or text and process it. Another way is to simple perform the RegEx in a script. This would be much faster with a larger list. With a smaller one, it won't matter.