セクション 3. 章 2
single
Challenge: Input Validation for Registration
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Implement a method that validates user registration information by checking both email and password requirements.
- The method must return
trueif the email is in a valid format and the password meets length requirements. Otherwise, it must returnfalse. - 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.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 2
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください