Help for this page

Select Code to Download


  1. or download this
    return (0) unless ( $attr =~ /^$START_CHAR$NAME_CHAR*$/ );
    
  2. or download this
    return (0) unless ( $attr =~ /^$START_CHAR$NAME_CHAR+$/ );
    
  3. or download this
    Name    ::=    NameStartChar (NameChar)*