How to find uppercase words in a given sting using LINQ in UiPath

Manoj Batra
Oct 17, 2022

--

Problem statement : we need to extract the uppercase words in a given sentence and display it to the user

Here is the sample phrase

Drag the assign activity to the workflow, write the following query

Define a function in the where clause to compare the string with its upper

Here is the complete solution video

You can download the code here : https://github.com/manojbatra071/UiPathSamples/tree/main/11%20-%20Find%20All%20Uppercase%20in%20a%20string

Happy Automation

--

--