Regex for Text Input in Godot
If you're looking for an easy way to limit text input to specific characters, this video might help. I was making a little puzzle game where players enter guesses into a field, but I didn't want them entering special characters, numbers, etc. So I wrote a…