summaryrefslogtreecommitdiff
path: root/opcodes/strlower.xml
blob: c29191c1b9bbd2a0f2cdf1c5f4b4f88d23eae8b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<refentry id="strlower">
<indexterm id="Indexstrlower"><primary>strlower</primary></indexterm>
  <refentryinfo><title>Strings:Conversion</title></refentryinfo>
  <refmeta>
    <refentrytitle>strlower</refentrytitle>
  </refmeta>



  <refnamediv>
    <refname>strlower</refname>
    <refpurpose>
      Convert a string to lower case
          </refpurpose>
  </refnamediv>

  <refsect1>
    <title>Description</title>
    <para>
      Convert Ssrc to lower case, and write the result to Sdst.
      strlower runs at init time only.
    </para>
  </refsect1>

  <refsect1>
    <title>Syntax</title>
    <synopsis>Sdst <command>strlower</command> Ssrc</synopsis>
  </refsect1>

  <refsect1>
    <title>Examples</title>
    <para>
      Here is an example of the strlower opcode. It uses the file <ulink url="examples/strlower.csd"><citetitle>strlower.csd</citetitle></ulink>.

      <example>
        <title>Example of the strlower opcode.</title>
        <para>See the sections <link linkend="UsingRealTime"><citetitle>Real-time Audio</citetitle></link> and <link linkend="CommandFlags"><citetitle>Command Line Flags</citetitle></link> for more information on using command line flags.</para>
          <xi:include href="examples-xml/strlower.csd.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
      </example>
    </para>
  </refsect1>

  <refsect1>
	  <title>See also</title>
	  <para><link linkend="strlowerk"><citetitle>strlowerk</citetitle></link></para>
  </refsect1>

  <refsect1>
    <title>Credits</title>
    <para>
      <simplelist>
        <member>Author: Istvan Varga</member>
        <member>2006</member>
      </simplelist>
    </para>
    <para>New in version 5.02</para>
  </refsect1>
</refentry>