Escape-Houdini

 view release on metacpan or  search on metacpan

contrib/benchmark.pl  view on Meta::CPAN

sub bench_uri_escape {
    my $escaped = URI::Escape::XS::uri_escape($_[0]);
}

sub bench_uri_unescape {
    my $escaped = URI::Escape::XS::uri_unescape($_[0]);
}


__DATA__
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
    <title>Hacking Thy Fearful Symmetry - MetaCPAN JavaScript API</title>
    <link rel="shortcut icon" href="http://babyl.ca/techblog/static/favicon.png?v=0.6.0" />

    <link rel="alternate" 
          type="application/atom+xml" 
          title="Recent Entries" 

houdini/tools/wikipedia_table.txt  view on Meta::CPAN

| &
| U+0026 (38)
| HTML 2.0
| HTMLspecial
| ISOnum
| [[ampersand]]
|-
| apos
| '
| U+0027 (39)
| XHTML 1.0
| HTMLspecial
| ISOnum
| [[apostrophe]] ''(= apostrophe-quote)''; see [[#Entities representing special characters in XHTML|below]]
|-
| lt
| <
| U+003C (60)
| HTML 2.0
| HTMLspecial
| ISOnum



( run in 1.246 second using v1.01-cache-2.11-cpan-49f99fa48dc )