isPPT method

bool isPPT()

PPT regex

Implementation

bool isPPT() => RegVal.hasMatch(
      this,
      RegexPattern.ppt,
    );