Enable JavaScript in the browser to display LibreOffice Help pages. 文字列の編集 
The following functions edit, format, and align the contents of strings. Use the &  or +  operators to concatenate strings.
Converts a numeric expression to a string, and then formats it according to the format that you specify.
 
与えられた文字列表式の左側から、指定分の文字を取得して返します。
 
文字列変数の指定に従い文字列を左側に揃えるか、ユーザー定義型の変数を他のユーザー定義型の変数にコピーします。
 
文字列表式の先頭部にあるスペース記号を、すべて削除します。
 
Returns the specified portion of a string expression (Mid function ), or replaces the portion of a string expression with another string (Mid subroutine ).
 
Replaces some string by another.
     
文字列変数中に右揃えで文字列を格納するか、ユーザー定義型の変数を他のユーザー定義型の変数にコピーします。
 
文字列表式の末尾および先頭にあるスペース記号を、すべて削除します。
 
与えられた文字列表式を分割し、これらのサブストリング (文字列) を要素とする配列を作成して返します。
 
文字列配列として与えられるサブストリングを、1 つの文字列に変換して返します。
 
システムファイル名をファイル URL へ変換します。
 
ファイル URL をシステムファイル名へ変換します。