String Contain issue
So im trying to get a word in a string using Contain but its not getting the word, I havent found a workaround it or im just completely doing it wrong.
4 Replies
I may be wrong but it looks like there’s a space before and after the “#”
this is a perfect example to use the debugger
place a breakpoint at string bio
and see what the actual string is
then just use a text editor to search for your desired word
because this:
can produce anything
how can we know it will have your desired word in it
also, contains will not fail
so the problem is in your string output
100%
Henkypenky#4865
REPL Result: Success
Console Output
Compile: 612.350ms | Execution: 35.149ms | React with ❌ to remove this embed.
because it replied back the string in the screenshot.
actually i think this might be the issue.
yeah that was the issue.