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