isPPT method

bool isPPT()

Checks if string is powerpoint file path.

Implementation

bool isPPT() => ValidatorUtils.isPPT(this);