You are here

public function Normalize::getPatterns in Bibliography Module 7.2

Get the list of patterns and their match patterns

Return value

array

File

lib/msrc-authortool/src/Nametools/Normalize.php, line 137

Class

Normalize
Normalize strings from common formats using REGEX

Namespace

Nametools

Code

public function getPatterns() {
  return $this->patterns;
}