Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Python User Input Validation Example

This Python script demonstrates basic user input validation for usernames and email addresses. It uses regular expressions to check for valid formats and prevent common unsafe characters, illustrating the concept of building a secure input gate.

Language

python

How to Run

Save the code as validate_input.py and run it from your terminal using: python validate_input.py

Original Article

This example accompanies the Turkish article: Python'da Kullanıcı Girişi Doğrulama: Güvenli Bir Kapı İnşa Etmek.

License

MIT — see LICENSE.

About

This Python script demonstrates basic user input validation for usernames and email addresses. It uses regular expressions to check for valid formats and prevent common unsafe characters, illustrating the concept of building a secure input gate.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages