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.
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?
Thanks, I'm going to try it
Works perfectly! Thanks
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 ?
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:
This gives you a list with the elements split by <space>:<space>
You can then return an element like this:
Ok, thanks