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.
重複の可能性: Base64データを解析または検証するための正規表現
正規表現を使用してJavascriptでBase64文字列を検証する方法は?
別のユーザーから、この回答が自分に合っているかどうかを確認してください。
^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$