isIpa method

bool isIpa()

IPA regex

Implementation

bool isIpa() => RegVal.hasMatch(
      this,
      RegexPattern.ipa,
    );