isGithub method

bool isGithub()

Github repository regex

Implementation

bool isGithub() => RegVal.hasMatch(
      this,
      RegexPattern.github,
    );