6 |
<link rel=stylesheet href="http://suika.fam.cx/www/style/html/xhtml"> |
<link rel=stylesheet href="http://suika.fam.cx/www/style/html/xhtml"> |
7 |
<link rel=license href="#license"> |
<link rel=license href="#license"> |
8 |
<link rel=author href="http://suika.fam.cx/~wakaba/who?" title="わかば" lang=ja> |
<link rel=author href="http://suika.fam.cx/~wakaba/who?" title="わかば" lang=ja> |
9 |
|
<link rel=feed type="application/atom+xml" href=charclass-commit title="CharClass ChangeLog diffs"> |
10 |
</head> |
</head> |
11 |
<body> |
<body> |
12 |
<h1><i>CharClass</i> — A Perl Regular Expression Character Class |
<h1><i>CharClass</i> — A Perl Regular Expression Character Class |
13 |
Library</h1> |
Library</h1> |
14 |
|
|
15 |
|
<div class=section id=news> |
16 |
|
<h2>What's new?</h2> |
17 |
|
|
18 |
|
<p id=feed>An <a href=charclass-commit rel=feed |
19 |
|
type="application/atom+xml">Atom feed for ChangeLog diffs</a> is |
20 |
|
available. |
21 |
|
|
22 |
|
<ol> |
23 |
|
|
24 |
|
<li><time>2008-11-24</time> <a |
25 |
|
href="#module-char-normalize-fullwidthhalfwidth">A new module for |
26 |
|
fullwidth/halfwidth character normalization</a> is added. |
27 |
|
|
28 |
|
<li><time>2008-11-24</time> <a href="#feed">An Atom feed for commit |
29 |
|
logs</a> is available. |
30 |
|
|
31 |
|
</ol> |
32 |
|
|
33 |
|
</div> |
34 |
|
|
35 |
<div class="section" id="modules"> |
<div class="section" id="modules"> |
36 |
<h2>Modules</h2> |
<h2>Modules</h2> |
37 |
|
|
38 |
|
<p>Modules defining character classes: |
39 |
|
|
40 |
<dl> |
<dl> |
41 |
<dt><a href="lib/Char/Class/Alphabet.html"><code>Char::Class::Alphabet</code></a></dt> |
<dt><a href="lib/Char/Class/Alphabet.html"><code>Char::Class::Alphabet</code></a></dt> |
42 |
<dd>Character classes for alphabetical letters.</dd> |
<dd>Character classes for alphabetical letters.</dd> |
67 |
(XML 1.0 name start characters) and |
(XML 1.0 name start characters) and |
68 |
<code>InXMLNameChar</code> (XML 1.1 name characters).</dd> |
<code>InXMLNameChar</code> (XML 1.1 name characters).</dd> |
69 |
</dl> |
</dl> |
70 |
|
|
71 |
|
<p>A module for normalization: |
72 |
|
|
73 |
|
<dl> |
74 |
|
|
75 |
|
<dt id=module-char-normalize-fullwidthhalfwidth><a |
76 |
|
href="lib/Char/Normalize/FullwidthHalfwidth"><code>Char::Normalize::FullwidthHalfwidth</code></a> |
77 |
|
(New in 2.0) |
78 |
|
|
79 |
|
<dd>Normalization of ideographic space, fullwidth alphanumeric |
80 |
|
characters, and halfwidth Kakatana. |
81 |
|
|
82 |
|
</dl> |
83 |
|
|
84 |
</div> |
</div> |
85 |
|
|
86 |
<div class="section" id="install"> |
<div class="section" id="install"> |
137 |
<div class="section" id="license"> |
<div class="section" id="license"> |
138 |
<h2>License</h2> |
<h2>License</h2> |
139 |
|
|
140 |
<p>© <time>2003</time>‐<time>2007</time> |
<p>© 2003‐2008 <a href="http://suika.fam.cx/~wakaba/who?" |
141 |
<a href="http://suika.fam.cx/~wakaba/who?" lang=ja>わかば (Wakaba)</a> |
lang=ja>わかば (Wakaba)</a> <code class="mail"><<a |
142 |
<code class="mail"><<a href="mailto:w@suika.fam.cx">w@suika.fam.cx</a>></code></p> |
href="mailto:w@suika.fam.cx">w@suika.fam.cx</a>></code></p> |
143 |
|
|
144 |
<p>This library and the library generated by it is free software; you |
<p>This library and the library generated by it is free software; you |
145 |
can redistribute them and/or modify them under the same terms as Perl itself.</p> |
can redistribute them and/or modify them under the same terms as Perl itself.</p> |