System.StrUtils.AnsiEndsStr

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function AnsiEndsStr(const ASubText, AText: string): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall AnsiEndsStr(const System::UnicodeString ASubText, const System::UnicodeString AText)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.StrUtils.pas
System.StrUtils.hpp
System.StrUtils System.StrUtils

説明

ある文字列がほかの文字列の(大文字と小文字を区別する)サフィックスかどうかを示します。

AnsiEndsStr 関数は,ASubText で指定された文字列が,AText で指定された文字列の後ろに続く文字列として表示される場合に,true を返します。比較は,大文字と小文字を区別して行われます。

関連項目