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]|[0-9])+$)
これは上記の要件で改善できますか?