Detecting characters in strings

Hi. I am trying to detect characters in strings. I know that app inventor comes with a function of contain but I can't get it work it.

Please help, I am in a rush.

what did you do?

I tried this

You could try like this

3 Likes

image

2 Likes

Thanks, I'm going to try it

1 Like

Works perfectly! Thanks

1 Like

Hello.
I am trying to do a system that saves as a variable the string in between two characters, like the : I am in a rush.
Thanks

Is this what you want ?

image

Not exactly.
I will like to divide the string in between the two : (or any character)

OK (a completely different question to the one you asked) like this:

image

This gives you a list with the elements split by <space>:<space>

You can then return an element like this:

image

Ok, thanks