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.
私は現在、私が取り組んでいる古いシステムでこれを持っています:
/^[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*$/
ユーザー名をチェックしています。ユーザー名としていくつかのメール アドレスをインポートしましたが、これらのアカウントを検証できません。
メールアドレスを許可するように上記を変更するにはどうすればよいですか? ありがとう。