Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 9a8dd268eda1b24202127d346e5c3fb8 > files > 37

ocaml-re-devel-1.2.1-3.mga4.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<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 rel="previous" href="Re_posix.html">
<link rel="next" href="Re_str.html">
<link rel="Up" 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="Re" rel="Chapter" href="Re.html">
<link title="Re_emacs" rel="Chapter" href="Re_emacs.html">
<link title="Re_glob" rel="Chapter" href="Re_glob.html">
<link title="Re_posix" rel="Chapter" href="Re_posix.html">
<link title="Re_perl" rel="Chapter" href="Re_perl.html">
<link title="Re_str" rel="Chapter" href="Re_str.html">
<link title="Re_pcre" rel="Chapter" href="Re_pcre.html"><title>Re_perl</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Re_posix.html" title="Re_posix">Previous</a>
&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="Re_str.html" title="Re_str">Next</a>
</div>
<h1>Module <a href="type_Re_perl.html">Re_perl</a></h1>

<pre><span class="keyword">module</span> Re_perl: <code class="code">sig</code> <a href="Re_perl.html">..</a> <code class="code">end</code></pre><hr width="100%">

<pre><span id="EXCEPTIONParse_error"><span class="keyword">exception</span> Parse_error</span></pre>

<pre><span id="EXCEPTIONNot_supported"><span class="keyword">exception</span> Not_supported</span></pre>

<pre><span id="TYPEopt"><span class="keyword">type</span> <code class="type"></code>opt</span> = <code class="type">[ `Anchored | `Caseless | `Dollar_endonly | `Dotall | `Multiline | `Ungreedy ]</code> </pre>


<pre><span id="VALre"><span class="keyword">val</span> re</span> : <code class="type">?opts:<a href="Re_perl.html#TYPEopt">opt</a> list -> string -> <a href="Re.html#TYPEt">Re.t</a></code></pre>
<pre><span id="VALcompile"><span class="keyword">val</span> compile</span> : <code class="type"><a href="Re.html#TYPEt">Re.t</a> -> <a href="Re.html#TYPEre">Re.re</a></code></pre>
<pre><span id="VALcompile_pat"><span class="keyword">val</span> compile_pat</span> : <code class="type">?opts:<a href="Re_perl.html#TYPEopt">opt</a> list -> string -> <a href="Re.html#TYPEre">Re.re</a></code></pre></body></html>