I’m just wondering if there’s an easier way to screen user input for special characters like spaces, ,@, $, *, etc…
I don’t want them to input special characters because it will be use as a table name in sqlite.
As far as I can see there’s no TextField inputType that limits users to input special char.
Right now I have a table of special characters and I just compare each letter of the user’s input to that table. [import]uid: 121875 topic_id: 24166 reply_id: 324166[/import]