Example #1
0
 /**
  * Escape the RUT
  * Quita los carácteres ($scape_chars) que no queremos del RUT
  *
  * @param string $rut
  * @return string 
  * @static 
  */
 public static function normalize($rut)
 {
     return \Freshwork\ChileanBundle\Validations\Rut::normalize($rut);
 }