menu
flodash package
documentation
modules/string/_helpers/main.dart
reIsBinary property
reIsBinary property
dark_mode
light_mode
reIsBinary
top-level property
RegExp
reIsBinary
final
Used to detect binary string values.
Implementation
final reIsBinary = RegExp(r"^0b[01]+$");
flodash package
documentation
modules/string/_helpers/main
reIsBinary property
main library