Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.1.1 - 日本語

Change language to:
English - 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ヘルプ >> Strings

Strings

  • ascii文字列をアスキー変換する
  • asciimatConverts an array of text into ASCII/UTF8 codes, and reciprocally
  • blanks空白文字からなる文字列を作成する
  • charchar 関数
  • convstr大文字小文字変換
  • emptystr長さ0の文字列
  • evstr式を評価する
  • grep文字列のベクトルの中で指定した文字列に一致するかどうかを調べる
  • isalphanum文字列の文字がアルファベットまたは数字であるかどうかを調べる
  • isascii文字が7ビットUS-ASCII文字であるかどうかを確認する
  • isdigit文字列の文字が0と9の間の数値であるかどうかを調べる
  • isletter文字列の文字がアルファベット文字であるかどうかを調べる
  • isnum文字列が数字であるかどうかを調べる
  • justify文字配列を整列
  • lengthオブジェクトの長さ
  • part文字列の展開
  • prettyprintConverts a Scilab object into some corresponding LaTeX, TeX, MathML or HTML strings
  • regexp正規表現文字列に一致する部分文字列を探す
  • sci2expreturns a string able to generate a given Scilab object
  • strcat文字列を結合する
  • strchr文字列の中で指定した文字が最初に現れる位置を探す
  • strcmp文字列を比較
  • strcspnlengths from the beginning of texts until a character among those prohibited
  • strindex他の文字列の中で指定した文字列の位置を探す.
  • string文字列に変換
  • stripblanks文字列の先頭または末尾の空白(およびタブ)を取り除く
  • strncpy文字列から文字をコピーする
  • strrchr文字列の中で指定した文字が最後に現れる場所を探す
  • strrev文字列を逆順にして返す
  • strsplitsplit a single string at some given positions or patterns
  • strspnlengths of the beginning of texts as long as characters are among those allowed
  • strstr部分文字列を取得
  • strsubst文字列を他の文字列で置換する.
  • strtodparse and convert literal numbers STRings TO Decimal numbers
  • strtok文字列をトークンに分割
  • tokenpos文字列の中のトークンの位置を返す
  • tokensセパレータを使用してテキストをチャンクに分割する
Report an issue
<< Parameters Scilabヘルプ 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 Jan 03 14:37:53 CET 2022