Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.4.0 - English

Change language to:
Français - 日本語 - Português - Русский

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

Scilab help >> Strings

Strings

  • asciistring ascii conversions
  • blanksCreate string of blank characters
  • charconverts in a character array
  • convstrcase conversion
  • emptystrzero length string
  • evalevaluation of a matrix of strings
  • evstrevaluation of expressions
  • grepfind matches of a string in a vector of strings
  • isalphanumcheck that characters of a string are alphanumerics
  • isasciitests if character is a 7-bit US-ASCII character
  • isdigitcheck that characters of a string are digits between 0 and 9
  • islettercheck that characters of a string are alphabetics letters
  • isnumtests if a string represents a number
  • justifyJustify character array.
  • lengthlength of object
  • partextraction of strings
  • regexpfind a substring that matches the regular expression string
  • sci2expconverts an expression to a string
  • strcatconcatenate character strings
  • strchrFind the first occurrence of a character in a string
  • strcmpcompare character strings
  • strcmpicompare character strings (case independent)
  • strcspnGet span until character in string
  • strindexsearch position of a character string in an other string.
  • stringconversion to string
  • stringsScilab Object, character strings
  • stripblanksStrips / trims leading and trailing blanks (and tabs) of strings
  • strncpyCopy characters from strings
  • strrchrFind the last occurrence of a character in a string
  • strrevreturns string reversed
  • strsplitsplit a string into a vector of strings
  • strspnGet span of character set in string
  • strstrLocate substring
  • strsubstsubstitute a character string by another in a character string.
  • strtodConvert string to double.
  • strtokSplit string into tokens
  • tokenposreturns the tokens positions in a character string.
  • tokensreturns the tokens of a character string.
Report an issue
<< Integers Scilab help Sound file handling >>

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:
Mon Oct 01 17:34:55 CEST 2012