VDS Renaissance のインターフェースは複数の言語に対応しています。公式ドキュメントは、単一で一貫した常に最新のリファレンスを保証するため、英語で管理されています。

@TRIM

Windows Linux macOS

Syntax

@TRIM(<string>)

Description

This function returns a string which is the same as <string> but with leading and trailing spaces removed.

OK

Unchanged.

Example

%T = @trim(@next(1))