TrimLeft - C++ Builder

C++ Builder 參考手冊 ? System::Sysutils ? TrimLeft


返回把字符串前面空白字符去掉的字符串

頭文件:#include <System.SysUtils.hpp>
命名空間:System::Sysutils
函數(shù)原型:

System::UnicodeString __fastcall TrimLeft(const System::UnicodeString S);

參數(shù):

  • S:字符串;

返回值:

  • 返回把字符串 S 前面空白字符去掉的字符串,空白字符即編碼值在 0x01 到 0x20 之間的字符,包括空格、回車、換行、制表符等控制符,字符串中間和后面的空白字符不處理。例如 TrimLeft(L" ab cd ") 返回 L"ab cd "

相關(guān):

  • System::Sysutils::Trim
  • System::Sysutils::TrimLeft
  • System::Sysutils::TrimRight
  • System::Sysutils
  • System::UnicodeString::Trim
  • System::UnicodeString::TrimLeft
  • System::UnicodeString::TrimRight
  • System::AnsiStringBase::Trim
  • System::AnsiStringBase::TrimLeft
  • System::AnsiStringBase::TrimRight
  • System::AnsiStringT::Trim
  • System::AnsiStringT::TrimLeft
  • System::AnsiStringT::TrimRight
  • System

C++ Builder 參考手冊 ? System::Sysutils ? TrimLeft

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容