Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.3.2 - Português

Change language to:
English - Français - 日本語 -

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Ajuda Scilab >> Cadeias de Caracteres (Strings) > strrchr

strrchr

acha a última ocorrência de um caractere em um string

Seqüência de Chamamento

res = strrchr(str1,char)

Parâmetros

str1

string ou matriz de strings

char

caractere

res

string ou matriz de strings

Descrição

res = strrchr(str1,char) retorna a última ocorrência de caractere no string str

num deve ter as mesmas dimensões que str1, ou apenas um caracteres char.

Exemplos

strrchr('Este e um string de amostra','s')
strrchr(['Este e um string de amostra','no scilab'],'s')
strrchr(['Este e um string de amostra','no scilab'],['s','a'])

Ver Também

  • strchr — acha a primeira ocorrência de um caractere em um string
  • strstr — localiza sub-strings
<< strncpy Cadeias de Caracteres (Strings) strrev >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Thu May 12 11:45:27 CEST 2011