Free functions
| is_name_valid | Verifies that the provided name is valid according to the following RegEx: ^ a-zA-Z0-9_ +$ |
Press ← or → to navigate between chapters
Press ? to show this help
Press Esc to hide this help
| is_name_valid | Verifies that the provided name is valid according to the following RegEx: ^ a-zA-Z0-9_ +$ |