You are here

public function HumanNameParser_Name::getStr in Bibliography Module 6.2

Same name and namespace in other branches
  1. 7 includes/Name.php \HumanNameParser_Name::getStr()

File

includes/Name.php, line 31

Class

HumanNameParser_Name
Does cutting and matching stuff with a name string. Note that the string has to be UTF8-encoded.

Code

public function getStr() {
  return $this->str;
}