文字列の左詰め【StringTrimLeft】

string StringTrimLeft(string text)

 

The function cuts line feed characters, spaces and tabs in the left part of the string. The function returns a copy of the trimmed string, if possible. Otherwise, it returns an empty string.

この関数は、文字列の左部分のライン フィード文字、スペースやタブをカットします。この関数は、可能な場合、詰められた文字列のコピーを返します。それ以外の場合は、空の文字列を返します。

Parameters:

パラメータ:

 

Sample:

サンプル:

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA


You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">