isDoc method

bool isDoc()

Document regex

Implementation

bool isDoc() => RegVal.hasMatch(
      this,
      RegexPattern.doc,
    );