You are here

protected function MatchBase::isSymbol in Password Strength 8.2

1 call to MatchBase::isSymbol()
MatchBase::getCardinality in src/MatchBase.php
Get token's symbol space.

File

src/MatchBase.php, line 118

Class

MatchBase

Namespace

Drupal\password_strength

Code

protected function isSymbol($ord) {
  return $ord <= 0x7f;
}