Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WordPress コメントのメールを確認したい。コメントにメールを送信します。コメント投稿者はワンクリックであなたのメールをチェックします。次に、メッセージを自動的に投稿します。関数の書き方がわかりません。
function CheckEmail(email) { if(email contains text before @ && text between @ and . && text after the .) { return true; } return false; }
このようなもの?