~ubuntu-branches/ubuntu/trusty/scilab/trusty

« back to all changes in this revision

Viewing changes to modules/string/help/pt_BR/strchr.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-02 11:02:49 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20120802110249-0v5953emkp25geuz
Tags: 5.4.0-beta-2-1~exp1
* New upstream release
* Remove libscilab-java (remove upstream). Use libscilab2-java instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 *
12
12
 -->
13
13
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns5="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:id="strchr" xml:lang="en">
14
 
  <info>
15
 
    <pubdate>$LastChangedDate: 2006-08-08 16:57:13 +0200 (Tue, 08 Aug
16
 
      2006)$
17
 
    </pubdate>
18
 
  </info>
19
14
  <refnamediv>
20
15
    <refname>strchr</refname>
21
16
    <refpurpose>acha a primeira ocorr�ncia de um caractere em um
55
50
      <literal>res = strchr(haystack,char)</literal> retorna a primeira
56
51
      ocorr�ncia do caractere no string str.
57
52
    </para>
58
 
    <para>num deve ter as mesmas dimens�es que haystack, ou apenas um
 
53
    <para>char deve ter as mesmas dimens�es que haystack, ou apenas um
59
54
      caractere.
60
55
    </para>
61
56
  </refsection>