isTxt method

bool isTxt()

Txt regex

Implementation

bool isTxt() => RegVal.hasMatch(
      this,
      RegexPattern.txt,
    );