Scilab Website | Contribute with GitLab | Scilab Community | 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 2026.1.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Scilab help >> Strings

Strings

  • ascii — string ascii conversions
  • blanks — Create string of blank characters
  • char — converts in a character array
  • convstr — case conversion
  • emptystr — zero length string
  • eval — evaluation of a matrix of strings
  • evstr — evaluation of expressions
  • grep — find matches of a string in a vector of strings
  • isalphanum — check that characters of a string are alphanumerics
  • isascii — tests if character is a 7-bit US-ASCII character
  • isdigit — check that characters of a string are digits between 0 and 9
  • isletter — check that characters of a string are alphabetics letters
  • isnum — tests if a string represents a number
  • justify — Justify character array.
  • length — length of object
  • part — extraction of strings
  • regexp — find a substring that matches the regular expression string
  • sci2exp — converts an expression to a string
  • strcat — concatenate character strings
  • strchr — Find the first occurrence of a character in a string
  • strcmp — compare character strings
  • strcmpi — compare character strings (case independent)
  • strcspn — Get span until character in string
  • strindex — search position of a character string in an other string.
  • string — conversion to string
  • strings — Scilab Object, character strings
  • stripblanks — Strips / trims leading and trailing blanks (and tabs) of strings
  • strncpy — Copy characters from strings
  • strrchr — Find the last occurrence of a character in a string
  • strrev — returns string reversed
  • strsplit — split a string into a vector of strings
  • strspn — Get span of character set in string
  • strstr — Locate substring
  • strsubst — substitute a character string by another in a character string.
  • strtod — Convert string to double.
  • strtok — Split string into tokens
  • tokenpos — returns the tokens positions in a character string.
  • tokens — returns the tokens of a character string.
Report an issue
<< Integers Scilab help Sound file handling >>

Copyright (c) 2022-2026 (Dassault Systèmes S.E.)
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