-
関数
- DateList
- DateString
- DisplayForm
- ExportString
- FromLetterNumber
- Hash
- ImageContents
- ImageSynthesize
- ImportString
- InputForm
- IntegerString
- Interpreter
- LetterNumber
- LLMExampleFunction
- LLMFunction
- LLMResourceFunction
- LLMSynthesize
- OutputForm
- SemanticImportString
- SemanticInterpretation
- SpokenString
- StandardForm
- StringFormat
- Symbol
- SymbolName
- SyntaxLength
- SyntaxQ
- TeXForm
- TextString
- ToExpression
- ToString
- TraditionalForm
- 関連するガイド
- テクニカルノート
- 関連するワークフローガイド
-
-
関数
- DateList
- DateString
- DisplayForm
- ExportString
- FromLetterNumber
- Hash
- ImageContents
- ImageSynthesize
- ImportString
- InputForm
- IntegerString
- Interpreter
- LetterNumber
- LLMExampleFunction
- LLMFunction
- LLMResourceFunction
- LLMSynthesize
- OutputForm
- SemanticImportString
- SemanticInterpretation
- SpokenString
- StandardForm
- StringFormat
- Symbol
- SymbolName
- SyntaxLength
- SyntaxQ
- TeXForm
- TextString
- ToExpression
- ToString
- TraditionalForm
- 関連するガイド
- テクニカルノート
- 関連するワークフローガイド
-
関数
式と文字列の間の変換
Wolfram言語の式は,表示,エキスポート,処理のために,さまざまな方法で文字列として表すことができる.Wolfram言語は式を文字列としてフォーマットするため,および文字列を解釈してそれが表す式を決定するための強力な関数を提供する.
ToString — 任意の式を文字列に変換する
ToExpression — 文字列を式に変換する
TextString — 式を必要に応じて省略して,人間に解読可能なバージョンを与える
形式タイプ »
InputForm ▪ OutputForm ▪ StandardForm ▪ TraditionalForm ▪ TeXForm ▪ DisplayForm ▪ ...
SyntaxQ,SyntaxLength — 入力文字列のシンタックスの正確さを検証する
ImportString — 多くのファイルやその他の形式の文字列をインポートして式を与える
ExportString — 式をエキスポートして多くの形式の文字列を与える
Interpreter — 文字列がどのように解釈されるべきなのかを定義する
SemanticInterpretation — 文字列を特定の目的で意味解釈する
SemanticImportString — 文字列を構造化されたデータ集合として意味解釈する
大規模言語モデルベースの操作
»
LLMResourceFunction — 事前に書かれたプロンプトを使って,テキストに変換あるいはテキストから変換する
LLMFunction ▪ LLMExampleFunction ▪ LLMSynthesize ▪ ...
特殊変換
IntegerString — 整数を文字列に変換する
DateList,DateString — 文字列と日付のリスト形式の間での変換を行う
Symbol,SymbolName — 文字列と記号の間での変換を行う
SpokenString — 式の音声表現に変換する
LetterNumber,FromLetterNumber — aを1に,bを2に等の変換を行う
画像
ImageSynthesize — テキストの記述から画像を合成する
ImageContents — 画像のコンテンツについてテキストの記述を生成する
関連するテクニカルノート
-
▪
- 入出力の表記法 ▪
- 式の拡張テキスト形式 ▪
- テキスト記述の式の解釈 ▪
- 文字列,ボックス,式の間の変換
関連するワークフローガイド
関連するガイド
-
▪
- 自由形式入力と外部入力 ▪
- 文字操作 ▪
- 低レベルノートブック構造