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


Strings

  • asciistring ASCII conversions
  • blankscreate string of blank characters
  • charconverts in a character array
  • convstrcase conversion
  • emptystrzero length string
  • evstrevaluates Scilab expressions and concatenates their results
  • grepfind matches of a string in a vector of strings
  • isalphanumcheck that characters of a string are alphanumerics
  • isasciiTests if every character of given strings is 7-bit US-ASCII
  • isdigitcheck that characters of a string are digits between 0 and 9
  • islettercheck that characters of a string are alphabetic letters
  • isnumtests if a string represents a number
  • justifyAligns the strings completed with spaces within each column, to the left, center or right
  • lengthNumber of characters of a string. Number of elements of an array or list.
  • partExtraction of characters from strings
  • prettyprintConverts a Scilab object into some corresponding LaTeX, TeX, MathML or HTML strings
  • regexpfind a substring that matches the regular expression string
  • sci2expreturns a string able to generate a given Scilab object
  • strcatconcatenates character strings
  • strchrfind the first occurrence of a character in a string
  • strcmpcompare character strings
  • strcspnlengths from the beginning of strings until a character among those prohibited
  • strindexsearch position of a character string in another string
  • stringconversion to string
  • stripblanksstrips / trims leading or trailing or both blanks (and tabs) of strings
  • strncpygets and gives the N first characters of the given strings
  • strrchrfind the last occurrence of a character in a string
  • strrevReverses the order of characters in the given strings
  • strsplitsplit a single string at some given positions or patterns
  • strspnlengths of the beginning of strings as long as characters are among those allowed
  • strstrTail of a string starting from the 1st occurrrence of a given fragment
  • strsubstsubstitute a character string by another in a character string
  • strtodparse and convert literal numbers STRings TO Decimal numbers
  • strtoksplit string into tokens
  • tokenposreturns the tokens positions in a character string
  • tokensSplits a string using separators and gives its chunks
Report an issue
<< Parameters 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 May 22 12:37:07 CEST 2023