Linq query to fetch first letter in a string

How to Create linq query to fetch the names start with letter A

@Mimi_96
Welcome to the forum
it is more a task for regex or string functions.
grafik

In case of learning purpose we can help on LINQ as well. Please share with us your input text sample. Thanks

How to perform this linq task in uipath studio with

Input - an array of 10 names
Output - name starting with letter ‘a’

@Mimi_96
for arrays LINQ will also fit:
grafik

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.