~ubuntu-branches/ubuntu/feisty/nant/feisty

« back to all changes in this revision

Viewing changes to doc/help/functions/string.starts-with.html

  • Committer: Bazaar Package Importer
  • Author(s): Dave Beckett
  • Date: 2006-06-12 23:30:36 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060612233036-a1uwh0949z0218ep
Tags: 0.84+0.85-rc4-1
* New upstream release
* Acknowledge NMU (Closes: #372588)
* Standards-Version 3.7.2
* Update to latest CLI policy package split.  Build-Depends-Indep: on
  cli-common-dev, libmono-winforms1.0-cil, libmono-winforms2.0-cil and
  mono-gmcs to get 1.0 and 2.0 packages
* Removed patches no longer needed:
  - 01-AssemblyInfoTask.cs.patch
  - 02-ScriptTask.cs.patch
  - 03-XmlResultFormatter.cs.patch
  - 04-SourceControl.patch
  - 05-ExceptionTest.cs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//w3c//dtd xhtml 1.1 strict//en" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
3
  <!-- Documenting StartsWith-->
4
4
  <head>
20
20
          <a href="index.html">Function Reference</a>
21
21
          <img alt="-&gt;" src="../images/arrow.gif" /> string::starts-with</td>
22
22
        <td class="NavBar-Cell" align="right">
23
 
                        v0.85-rc3</td>
 
23
                        v0.85-rc4</td>
24
24
      </tr>
25
25
    </table>
26
26
    <h1>string::starts-with</h1>
51
51
      </table>
52
52
    </div>
53
53
    <h3>Return Value</h3>
54
 
    <b>true</b> when <i>s2</i> is a prefix for the string <i>s1</i>. Meaning, the characters at the beginning of <i>s1</i> are identical to <i>s2</i>; otherwise, <b>false</b>. <h3>Remarks</h3> This function performs a case-sensitive word search using the invariant culture. <h3>Examples</h3><ul class="examples"><li><pre class="code">string::starts-with('testing string', 'test') ==&gt; true</pre></li><li><pre class="code">string::starts-with('testing string', 'testing') ==&gt; true</pre></li><li><pre class="code">string::starts-with('testing string', 'string') ==&gt; false</pre></li><li><pre class="code">string::starts-with('test', 'testing string') ==&gt; false</pre></li></ul><h3>Requirements</h3><div style="margin-left: 20px;"><b>Assembly:</b> NAnt.Core (0.85.1932.0)
 
54
    <b>true</b> when <i>s2</i> is a prefix for the string <i>s1</i>. Meaning, the characters at the beginning of <i>s1</i> are identical to <i>s2</i>; otherwise, <b>false</b>. <h3>Remarks</h3> This function performs a case-sensitive word search using the invariant culture. <h3>Examples</h3><ul class="examples"><li><pre class="code">string::starts-with('testing string', 'test') ==&gt; true</pre></li><li><pre class="code">string::starts-with('testing string', 'testing') ==&gt; true</pre></li><li><pre class="code">string::starts-with('testing string', 'string') ==&gt; false</pre></li><li><pre class="code">string::starts-with('test', 'testing string') ==&gt; false</pre></li></ul><h3>Requirements</h3><div style="margin-left: 20px;"><b>Assembly:</b> NAnt.Core (0.85.2344.0)
55
55
            </div></body>
56
56
</html>
 
 
b'\\ No newline at end of file'