Sophie

Sophie

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

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_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_pcre</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Re_str.html" title="Re_str">Previous</a>
&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;</div>
<h1>Module <a href="type_Re_pcre.html">Re_pcre</a></h1>

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

<pre><span id="TYPEregexp"><span class="keyword">type</span> <code class="type"></code>regexp</span> = <code class="type"><a href="Re.html#TYPEre">Re.re</a></code> </pre>


<pre><span id="VALregexp"><span class="keyword">val</span> regexp</span> : <code class="type">?flags:[< `CASELESS ] list -> string -> <a href="Re.html#TYPEre">Re.re</a></code></pre>
<pre><span id="VALextract"><span class="keyword">val</span> extract</span> : <code class="type">rex:<a href="Re.html#TYPEre">Re.re</a> -> string -> string array</code></pre>
<pre><span id="VALexec"><span class="keyword">val</span> exec</span> : <code class="type">rex:<a href="Re.html#TYPEre">Re.re</a> -> ?pos:int -> string -> <a href="Re.html#TYPEsubstrings">Re.substrings</a></code></pre>
<pre><span id="VALget_substring"><span class="keyword">val</span> get_substring</span> : <code class="type"><a href="Re.html#TYPEsubstrings">Re.substrings</a> -> int -> string</code></pre>
<pre><span id="VALget_substring_ofs"><span class="keyword">val</span> get_substring_ofs</span> : <code class="type"><a href="Re.html#TYPEsubstrings">Re.substrings</a> -> int -> int * int</code></pre>
<pre><span id="VALpmatch"><span class="keyword">val</span> pmatch</span> : <code class="type">rex:<a href="Re.html#TYPEre">Re.re</a> -> string -> bool</code></pre>
<pre><span id="VALsubstitute"><span class="keyword">val</span> substitute</span> : <code class="type">rex:<a href="Re.html#TYPEre">Re.re</a> -> subst:(string -> string) -> string -> string</code></pre>
<pre><span id="VALsplit"><span class="keyword">val</span> split</span> : <code class="type">rex:<a href="Re.html#TYPEre">Re.re</a> -> string -> string list</code></pre>
<pre><span id="VALstring_unsafe_sub"><span class="keyword">val</span> string_unsafe_sub</span> : <code class="type">string -> int -> int -> string</code></pre>
<pre><span id="VALquote"><span class="keyword">val</span> quote</span> : <code class="type">string -> string</code></pre></body></html>