reIsOctal top-level property

RegExp reIsOctal
final

Implementation

final reIsOctal = RegExp(r'^0o[0-7]+$', multiLine: true);