Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    if ($string =~ m/\x{c3a9}/) {
      print "match \\xC3A9\n";
    }
    
  2. or download this
    is utf8
    is valid utf8
    match \xE9
    
  3. or download this
    is utf8
    is valid utf8
    match \xC3E9