What is the best way to convert the output of a Matches activity (System.Text.RegularExpressions.Match) to String, in order to be able to use that output.
.ToString is not an option.
What is the best way to convert the output of a Matches activity (System.Text.RegularExpressions.Match) to String, in order to be able to use that output.
.ToString is not an option.
The Matches Activity Provides a collection object as output, you could try to do a for each activity to loop trought the matches.
In my case it provides only one match as output. How can I use it as a string?
Hi,
In my case it provides only one match as output
Can you try the following?
result(0).Value
Regards,
A post was merged into an existing topic: UiPath Community MVP 2024 announcement!