40 $validatorResult = $validator->validate($value);
41 if ($validatorResult->hasErrors()) {
45 $result->merge($validatorResult);
57 $result = new \TYPO3\CMS\Extbase\Error\Result();
74 foreach ($this->validators as $validator) {
75 if ($validator->isValid($value) === FALSE) {
76 $this->errors = array_merge($this->errors, $validator->getErrors());
82 $this->errors = array();
if($list_of_literals) if(!empty($literals)) if(!empty($literals)) $result
Analyse literals to prepend the N char to them if their contents aren't numeric.