Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 2d8259c0173c68e5b2e98c811ad2c664 > files > 18

ocaml-ocamlagrep-devel-1.0-7.mga5.i586.rpm

<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Agrep" rel="Chapter" href="Agrep.html"><title>Index of values</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;</div>
<h1>Index of values</h1>
<table>
<tr><td align="left"><br>A</td></tr>
<tr><td><a href="Agrep.Iso8859_15.html#VALaccent_insensitive">accent_insensitive</a> [<a href="Agrep.Iso8859_15.html">Agrep.Iso8859_15</a>]</td>
<td><div class="info">
Translation table identifying accented letters with the corresponding
          non-accented letters, while still preserving case.
</div>
</td></tr>
<tr><td align="left"><br>C</td></tr>
<tr><td><a href="Agrep.Iso8859_15.html#VALcase_and_accent_insensitive">case_and_accent_insensitive</a> [<a href="Agrep.Iso8859_15.html">Agrep.Iso8859_15</a>]</td>
<td><div class="info">
Translation table identifying accented letters with the corresponding
          non-accented letters, and uppercase and lowercase letters.
</div>
</td></tr>
<tr><td><a href="Agrep.Iso8859_15.html#VALcase_insensitive">case_insensitive</a> [<a href="Agrep.Iso8859_15.html">Agrep.Iso8859_15</a>]</td>
<td><div class="info">
Translation table identifying uppercase and lowercase letters.
</div>
</td></tr>
<tr><td align="left"><br>E</td></tr>
<tr><td><a href="Agrep.html#VALerrors_substring_match">errors_substring_match</a> [<a href="Agrep.html">Agrep</a>]</td>
<td><div class="info">
Same as <a href="Agrep.html#VALsubstring_match"><code class="code">Agrep.substring_match</code></a>, but return the smallest number
           of errors such that the substring matches the pattern.
</div>
</td></tr>
<tr><td align="left"><br>P</td></tr>
<tr><td><a href="Agrep.html#VALpattern">pattern</a> [<a href="Agrep.html">Agrep</a>]</td>
<td><div class="info">
Compile a search pattern.
</div>
</td></tr>
<tr><td><a href="Agrep.html#VALpattern_string">pattern_string</a> [<a href="Agrep.html">Agrep</a>]</td>
<td><div class="info">
<code class="code">Agrep.pattern_string s</code> returns a pattern that matches exactly
           the string <code class="code">s</code> and nothing else.
</div>
</td></tr>
<tr><td align="left"><br>S</td></tr>
<tr><td><a href="Agrep.html#VALstring_match">string_match</a> [<a href="Agrep.html">Agrep</a>]</td>
<td><div class="info">
<code class="code">string_match pat text</code> tests whether the string <code class="code">text</code>
           matches the compiled pattern <code class="code">pat</code>.
</div>
</td></tr>
<tr><td><a href="Agrep.html#VALsubstring_match">substring_match</a> [<a href="Agrep.html">Agrep</a>]</td>
<td><div class="info">
Same as <a href="Agrep.html#VALstring_match"><code class="code">Agrep.string_match</code></a>, but restrict the match to the
           substring of the given string starting at character number
           <code class="code">pos</code> and extending <code class="code">len</code> characters.
</div>
</td></tr>
</table>
</body>
</html>