How do you check a string for letters? 10 points.
To GM both of these strings are not empty.
str = "text";
str = " ";
How do I check to make sure the string has letters and isn't just empty spaces? I'm writing scripts for a chatbox and i quickly spammed the keyboard to see how fast i could send messages and some of the messages were sending when I pressed spacebar + enter. It would send an empty message that was a few spaces. I want to check for characters. The message should have at least a letter in it. Any ideas?
Dev - Warning
Dev - After editing rating, make rating display change
Dev - When editing, update "edited" column
Dev - Restore deleted comments
Dev - Display deleted comments if mod (hidden, then with dropdown)
Dev - After deletion or during edit, make rating dropdown appear again
Dev - Stricter rating rules. Prevent user from rating again
Dev - Pages
Dev - Reporting
Do
Code if string_length(str) = 0{*insert action here*} O wait nvm, I see what you're asking for, disregard my comment, it has never happened.