1 |
wakaba |
1.2 |
<?xml version="1.0" ?> |
2 |
wakaba |
1.1 |
<!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::Kana - Regular Expression Character Classes - C<Kana></title> |
6 |
|
|
<link rel="stylesheet" href="http://suika.fam.cx/www/style/html/pod.css" type="text/css" /> |
7 |
wakaba |
1.2 |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
8 |
|
|
<link rev="made" href="mailto:wakaba@suika.fam.cx" /> |
9 |
wakaba |
1.1 |
</head> |
10 |
|
|
|
11 |
|
|
<body> |
12 |
|
|
|
13 |
wakaba |
1.2 |
|
14 |
|
|
<!-- INDEX BEGIN --> |
15 |
|
|
<div name="index"> |
16 |
wakaba |
1.1 |
<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 |
wakaba |
1.2 |
|
26 |
|
|
<hr name="index" /> |
27 |
|
|
</div> |
28 |
wakaba |
1.1 |
<!-- INDEX END --> |
29 |
|
|
|
30 |
|
|
<p> |
31 |
|
|
</p> |
32 |
|
|
<h1><a name="name">NAME</a></h1> |
33 |
|
|
<p>Char::Class::Kana - Regular Expression Character Classes - <code>Kana</code></p> |
34 |
|
|
<p> |
35 |
|
|
</p> |
36 |
|
|
<hr /> |
37 |
|
|
<h1><a name="collection_names">COLLECTION NAMES</a></h1> |
38 |
|
|
<dl> |
39 |
wakaba |
1.2 |
<dt><strong><a name="inkanaall" class="item"><code>InKanaAll</code></a></strong> |
40 |
|
|
|
41 |
|
|
<dt><strong><a name="inkanadigraph" class="item"><code>InKanaDigraph</code></a></strong> |
42 |
|
|
|
43 |
|
|
<dt><strong><a name="inkanahatsuon" class="item"><code>InKanaHatsuon</code></a></strong> |
44 |
|
|
|
45 |
|
|
<dt><strong><a name="inkanaseion" class="item"><code>InKanaSeion</code></a></strong> |
46 |
|
|
|
47 |
|
|
<dt><strong><a name="inkanasemivoiced" class="item"><code>InKanaSemiVoiced</code></a></strong> |
48 |
|
|
|
49 |
|
|
<dt><strong><a name="inkanasmall" class="item"><code>InKanaSmall</code></a></strong> |
50 |
|
|
|
51 |
|
|
<dt><strong><a name="inkanavoiced" class="item"><code>InKanaVoiced</code></a></strong> |
52 |
|
|
|
53 |
wakaba |
1.1 |
</dl> |
54 |
|
|
<p> |
55 |
|
|
</p> |
56 |
|
|
<hr /> |
57 |
|
|
<h1><a name="example">EXAMPLE</a></h1> |
58 |
|
|
<pre> |
59 |
|
|
use Char::Class::Kana; |
60 |
|
|
if ($s =~ /\p{InSeion}/) { |
61 |
|
|
print "Match!\n"; |
62 |
|
|
}</pre> |
63 |
|
|
<p> |
64 |
|
|
</p> |
65 |
|
|
<hr /> |
66 |
|
|
<h1><a name="license">LICENSE</a></h1> |
67 |
wakaba |
1.2 |
<p>Copyright 2008 Wakaba <<a href="mailto:w@suika.fam.cx">w@suika.fam.cx</a>></p> |
68 |
wakaba |
1.1 |
<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> |