Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Scilab Help >> Strings

Strings

  • asciistring ASCII conversions
  • asciimatstring matrix 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 alphabetic letters
  • isnumtests if a string represents a number
  • justifyjustify character array
  • lengthlength of object
  • partExtraction of characters from strings
  • regexpfind a substring that matches the regular expression string
  • sci2expconverts an expression to a string
  • strcatconcatenates 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
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:39 CEST 2016