Help for this page

Select Code to Download


  1. or download this
    s/([^\n\r\t !\#\$%\'-;=?-~])/$char2entity{$1} || num_entity($1)/ge
    
  2. or download this
    my $foo = "\x{263A}";
    $$ref =~ s/([^\n\r\t !\#\$%\'-;=?-~]|$foo)/$char2entity{$1} || num_ent
    +ity($1)/ge;