This is my blocks section for implementing a Username Character Validation. I dont want the user to enter more than or less than 8 and 10 words respectievely. This I have already implemented. But I also want the user to use only Alphabets and Numbers in their Username. Please help me implement this. Also, please try to not use any extensions. Pleaseeee...
Create a CSV of alphabets and numbers.
Then run a for loop and check if the textbox only contains text from the list.
If yes, then it is valid, if no, then send a notifier.
1 Like
Try this:
Or if also no (-
) is allowed:
https://community.thunkable.com/t/regular-expression-extension/3657/2
2 Likes
Thank you everyone for your suggestions. I loved each and everyone's solution. I am pretty confused who's to implement. I'll try each of them and see which works best. Thank you everyone. I mean really Thank you.
Each suggestion is a different way of answer to this problem
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.