Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > ee20b853417d05e895bb39af877e8913 > files > 58

ocaml-fileutils-devel-0.4.0-5.fc15.i686.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="Index of module types" rel=Appendix href="index_module_types.html">
<link title="FileUtil" rel="Chapter" href="FileUtil.html">
<link title="FileUtilStr" rel="Chapter" href="FileUtilStr.html">
<link title="FilePath" rel="Chapter" href="FilePath.html"><title>FileUtilStr.match_compile</title>
</head>
<body>
<code class="code"><span class="keyword">let</span>&nbsp;match_compile&nbsp;str&nbsp;=<br>
&nbsp;&nbsp;<span class="keyword">let</span>&nbsp;regex&nbsp;=&nbsp;<br>
&nbsp;&nbsp;&nbsp;&nbsp;<span class="constructor">Str</span>.regexp&nbsp;str<br>
&nbsp;&nbsp;<span class="keyword">in</span><br>
&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">fun</span>&nbsp;fn&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;<span class="constructor">Str</span>.string_match&nbsp;regex&nbsp;fn&nbsp;0</code></body></html>