Sophie

Sophie

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

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="next" href="Re_emacs.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</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="Re_emacs.html" title="Re_emacs">Next</a>
</div>
<h1>Module <a href="type_Re.html">Re</a></h1>

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

<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> </pre>


<pre><span id="TYPEre"><span class="keyword">type</span> <code class="type"></code>re</span> </pre>


<pre><span id="TYPEsubstrings"><span class="keyword">type</span> <code class="type"></code>substrings</span> </pre>


<pre><span id="VALcompile"><span class="keyword">val</span> compile</span> : <code class="type"><a href="Re.html#TYPEt">t</a> -> <a href="Re.html#TYPEre">re</a></code></pre>
<pre><span id="VALexec"><span class="keyword">val</span> exec</span> : <code class="type">?pos:int -> ?len:int -> <a href="Re.html#TYPEre">re</a> -> string -> <a href="Re.html#TYPEsubstrings">substrings</a></code></pre>
<pre><span id="VALexecp"><span class="keyword">val</span> execp</span> : <code class="type">?pos:int -> ?len:int -> <a href="Re.html#TYPEre">re</a> -> string -> bool</code></pre>
<pre><span id="VALexec_partial"><span class="keyword">val</span> exec_partial</span> : <code class="type">?pos:int -> ?len:int -> <a href="Re.html#TYPEre">re</a> -> string -> [ `Full | `Mismatch | `Partial ]</code></pre>
<pre><span id="VALget"><span class="keyword">val</span> get</span> : <code class="type"><a href="Re.html#TYPEsubstrings">substrings</a> -> int -> string</code></pre>
<pre><span id="VALget_ofs"><span class="keyword">val</span> get_ofs</span> : <code class="type"><a href="Re.html#TYPEsubstrings">substrings</a> -> int -> int * int</code></pre>
<pre><span id="VALget_all"><span class="keyword">val</span> get_all</span> : <code class="type"><a href="Re.html#TYPEsubstrings">substrings</a> -> string array</code></pre>
<pre><span id="VALget_all_ofs"><span class="keyword">val</span> get_all_ofs</span> : <code class="type"><a href="Re.html#TYPEsubstrings">substrings</a> -> (int * int) array</code></pre>
<pre><span id="VALtest"><span class="keyword">val</span> test</span> : <code class="type"><a href="Re.html#TYPEsubstrings">substrings</a> -> int -> bool</code></pre>
<pre><span id="VALstr"><span class="keyword">val</span> str</span> : <code class="type">string -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALchar"><span class="keyword">val</span> char</span> : <code class="type">char -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALalt"><span class="keyword">val</span> alt</span> : <code class="type"><a href="Re.html#TYPEt">t</a> list -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALseq"><span class="keyword">val</span> seq</span> : <code class="type"><a href="Re.html#TYPEt">t</a> list -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALempty"><span class="keyword">val</span> empty</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALepsilon"><span class="keyword">val</span> epsilon</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALrep"><span class="keyword">val</span> rep</span> : <code class="type"><a href="Re.html#TYPEt">t</a> -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALrep1"><span class="keyword">val</span> rep1</span> : <code class="type"><a href="Re.html#TYPEt">t</a> -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALrepn"><span class="keyword">val</span> repn</span> : <code class="type"><a href="Re.html#TYPEt">t</a> -> int -> int option -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALopt"><span class="keyword">val</span> opt</span> : <code class="type"><a href="Re.html#TYPEt">t</a> -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALbol"><span class="keyword">val</span> bol</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALeol"><span class="keyword">val</span> eol</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALbow"><span class="keyword">val</span> bow</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALeow"><span class="keyword">val</span> eow</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALbos"><span class="keyword">val</span> bos</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALeos"><span class="keyword">val</span> eos</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALleol"><span class="keyword">val</span> leol</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALstart"><span class="keyword">val</span> start</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALstop"><span class="keyword">val</span> stop</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALword"><span class="keyword">val</span> word</span> : <code class="type"><a href="Re.html#TYPEt">t</a> -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALnot_boundary"><span class="keyword">val</span> not_boundary</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALlongest"><span class="keyword">val</span> longest</span> : <code class="type"><a href="Re.html#TYPEt">t</a> -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALshortest"><span class="keyword">val</span> shortest</span> : <code class="type"><a href="Re.html#TYPEt">t</a> -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALfirst"><span class="keyword">val</span> first</span> : <code class="type"><a href="Re.html#TYPEt">t</a> -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALgreedy"><span class="keyword">val</span> greedy</span> : <code class="type"><a href="Re.html#TYPEt">t</a> -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALnon_greedy"><span class="keyword">val</span> non_greedy</span> : <code class="type"><a href="Re.html#TYPEt">t</a> -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALgroup"><span class="keyword">val</span> group</span> : <code class="type"><a href="Re.html#TYPEt">t</a> -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALno_group"><span class="keyword">val</span> no_group</span> : <code class="type"><a href="Re.html#TYPEt">t</a> -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALnest"><span class="keyword">val</span> nest</span> : <code class="type"><a href="Re.html#TYPEt">t</a> -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALset"><span class="keyword">val</span> set</span> : <code class="type">string -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALrg"><span class="keyword">val</span> rg</span> : <code class="type">char -> char -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALinter"><span class="keyword">val</span> inter</span> : <code class="type"><a href="Re.html#TYPEt">t</a> list -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALdiff"><span class="keyword">val</span> diff</span> : <code class="type"><a href="Re.html#TYPEt">t</a> -> <a href="Re.html#TYPEt">t</a> -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALcompl"><span class="keyword">val</span> compl</span> : <code class="type"><a href="Re.html#TYPEt">t</a> list -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALany"><span class="keyword">val</span> any</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALnotnl"><span class="keyword">val</span> notnl</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALalnum"><span class="keyword">val</span> alnum</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALalpha"><span class="keyword">val</span> alpha</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALascii"><span class="keyword">val</span> ascii</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALblank"><span class="keyword">val</span> blank</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALcntrl"><span class="keyword">val</span> cntrl</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALdigit"><span class="keyword">val</span> digit</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALgraph"><span class="keyword">val</span> graph</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALlower"><span class="keyword">val</span> lower</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALprint"><span class="keyword">val</span> print</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALpunct"><span class="keyword">val</span> punct</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALspace"><span class="keyword">val</span> space</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALupper"><span class="keyword">val</span> upper</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALxdigit"><span class="keyword">val</span> xdigit</span> : <code class="type"><a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALcase"><span class="keyword">val</span> case</span> : <code class="type"><a href="Re.html#TYPEt">t</a> -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALno_case"><span class="keyword">val</span> no_case</span> : <code class="type"><a href="Re.html#TYPEt">t</a> -> <a href="Re.html#TYPEt">t</a></code></pre>
<pre><span id="VALprint_re"><span class="keyword">val</span> print_re</span> : <code class="type">Format.formatter -> <a href="Re.html#TYPEre">re</a> -> unit</code></pre></body></html>