Drag[en]gine Script Module DragonScript
1.23
|
Character classes. More...
Public Attributes | |
all | |
All characters allowed. More... | |
digits | |
Only digits allowed. More... | |
digitsNegative | |
Only digits and minus allowed. More... | |
number | |
Only digits, dot and minus allowed. More... | |
positiveNumber | |
Only digits and dot allowed. More... | |
printable | |
Only printable characters allowed. More... | |
Character classes.
Dragengine.Gui.SimpleTextValidator.CharacterClass.all |
All characters allowed.
Dragengine.Gui.SimpleTextValidator.CharacterClass.digits |
Only digits allowed.
Dragengine.Gui.SimpleTextValidator.CharacterClass.digitsNegative |
Only digits and minus allowed.
Dragengine.Gui.SimpleTextValidator.CharacterClass.number |
Only digits, dot and minus allowed.
Dragengine.Gui.SimpleTextValidator.CharacterClass.positiveNumber |
Only digits and dot allowed.
Dragengine.Gui.SimpleTextValidator.CharacterClass.printable |
Only printable characters allowed.