Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
example,the users can't use the name like a sign or any bad words. ex : # 123 ☺ ♣ ♠ - + = > < . / , ' " ; : [ ] { } |\` ~ dog,sh*t,and other bad words.
i want it maked like a sensor code.
anyone can make it? or explain it?
Develop games in your browser. Powerful, performant & highly capable.
anyone can help?
Google would probably help you more, as the mechanics of doing a spell check mechanic are not application specific.
So for instance, the general way to allow only alphanumeric characters is to use regular expression.
A foul language filter would probably entail maintaining a list of words in an array along with the 'clean' substitute.