I have a small question, I think the title is self explanatory but let me give you an example.
I have the following two strings:
“Invoice 1230258”
“Project 1230258”
and the following array of strings: Invoice, Order, etc, etc
If the string contains any of the strings in the array I want a boolean to be true.
So for the first string the output will be true. For the second string the output would be false.
Alright! I understand now. I dont think it will be usable in my case because the case is slightly more complex than the example I used. But thanks anyways! I think I can use this later in my process!