Page 1 of 1

find a string within another string

Posted: Aug 6th, '17, 18:45
by SimpleSi
is there a function to see if a string exists withing another string?

If not - whats the shortest way of doing it?

Simon

Re: find a string within another string

Posted: Aug 7th, '17, 08:46
by SvenJ
Hey,

While I couldn't find a way to get this to work with Strings directly, I found a way to make this work by using the following blocks:

The "contains"-Block can check if an item exists in an array (NOT a list!). Using it the way I did in the attached image returns "true".