String manipulation - read all words between two hashes ##

Dear all

I would like to read all words in a file that are comprised between two Hashes # #

In attachment the case. Please run “main” and check: it should return all of the words comprised between two hashes.

Botadministration.zip (49.9 KB)

Thanks
Kind regards
Gennaro

you mean you want to extract the word “Excel” in your example.?

1 Like

Check out the substring method: Extract values using Substring - #10 by aksh1yadav

2 Likes

Thanks guys,

I fixed it using Extract Text Between Labels.xaml (9.7 KB)

2 Likes