Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Input Validation for Registration | Validating Input and Safe Parsing
/
C# Exceptions and Error Handling Practice
セクション 3.  2
single

single

bookChallenge: Input Validation for Registration

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

Implement a method that validates user registration information by checking both email and password requirements.

  • The method must return true if the email is in a valid format and the password meets length requirements. Otherwise, it must return false.
  • The email is valid if it contains exactly one "@" symbol and at least one "." after the "@".
  • The password is valid if it is at least 8 characters long.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 3.  2
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt