/[suikacvs]/perl/charclass/lib/Char/Class/Alphabet.html
Suika

Contents of /perl/charclass/lib/Char/Class/Alphabet.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Mon Nov 24 04:25:10 2008 UTC (16 years ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +21 -14 lines
File MIME type: text/html
++ ChangeLog	24 Nov 2008 04:24:23 -0000
2008-11-24  Wakaba  <wakaba@suika.fam.cx>

	* mkcommitfeed.pl: New script (copied from Harusame).

	* cvscommit.sh: New script (copied from Harusame).

	* Makefile.PL: Version changed to 2.0.

++ charclass/lib/Char/ChangeLog	24 Nov 2008 01:52:26 -0000
2008-11-24  Wakaba  <wakaba@suika.fam.cx>

	* Normalize/: New directory.

++ charclass/lib/Char/Normalize/ChangeLog	24 Nov 2008 04:20:30 -0000
2008-11-24  Wakaba  <wakaba@suika.fam.cx>

	* FullwidthHalfwidth.pod: New documentation.

	* FullwidthHalfwidth.pm: New module (content from SuikaWiki4
	sw.cgi).

	* ChangeLog: New file.

1 <?xml version="1.0" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <title>Char::Class::Alphabet - Regular Expression Character Classes - C&lt;Alphabet&gt;</title>
6 <link rel="stylesheet" href="http://suika.fam.cx/www/style/html/pod.css" type="text/css" />
7 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
8 <link rev="made" href="mailto:wakaba@suika.fam.cx" />
9 </head>
10
11 <body>
12
13
14 <!-- INDEX BEGIN -->
15 <div name="index">
16 <p><a name="__index__"></a></p>
17
18 <ul>
19
20 <li><a href="#name">NAME</a></li>
21 <li><a href="#collection_names">COLLECTION NAMES</a></li>
22 <li><a href="#example">EXAMPLE</a></li>
23 <li><a href="#license">LICENSE</a></li>
24 </ul>
25
26 <hr name="index" />
27 </div>
28 <!-- INDEX END -->
29
30 <p>
31 </p>
32 <h1><a name="name">NAME</a></h1>
33 <p>Char::Class::Alphabet - Regular Expression Character Classes - <code>Alphabet</code></p>
34 <p>
35 </p>
36 <hr />
37 <h1><a name="collection_names">COLLECTION NAMES</a></h1>
38 <dl>
39 <dt><strong><a name="inlatintcvn6909" class="item"><code>InLatinTCVN6909</code></a></strong>
40
41 <dd>
42 <p>An alias for InLatinTCVN6909_2001.</p>
43 </dd>
44 </li>
45 <dt><strong><a name="inlatintcvn6909_2001" class="item"><code>InLatinTCVN6909_2001</code></a></strong>
46
47 <dt><strong><a name="inlatinvietnamese" class="item"><code>InLatinVietnamese</code></a></strong>
48
49 <dd>
50 <p>An alias for InLatinTCVN6909_2001.</p>
51 </dd>
52 </li>
53 </dl>
54 <p>
55 </p>
56 <hr />
57 <h1><a name="example">EXAMPLE</a></h1>
58 <pre>
59 use Char::Class::Alphabet;
60 if ($s =~ /\p{InLatinTCVN6909_2001}/) {
61 print &quot;Match!\n&quot;;
62 }</pre>
63 <p>
64 </p>
65 <hr />
66 <h1><a name="license">LICENSE</a></h1>
67 <p>Copyright 2008 Wakaba &lt;<a href="mailto:w@suika.fam.cx">w@suika.fam.cx</a>&gt;</p>
68 <p>This library and the library generated by it is free software;
69 you can redistribute them and/or modify them under the same
70 terms as Perl itself.</p>
71
72 </body>
73
74 </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24