base64Regex top-level property

RegExp base64Regex
final

Characters valid in standard or URL-safe Base64.

Implementation

final RegExp base64Regex = RegExp(r'^[A-Za-z0-9+/=_-]+$');