티스토리 뷰

System.StrUtils.SplitString

Up to Parent: System.StrUtils

Delphi

function SplitString(const S, Delimiters: string): TStringDynArray;

C++

extern PACKAGE ::System::TStringDynArray __fastcall SplitString(const System::UnicodeString S, const System::UnicodeString Delimiters);

Properties

Type

Visibility

Source

Unit

Parent

function

public

System.StrUtils.pas

System.StrUtils.hpp

System.StrUtils

System.StrUtils

Description

SplitString / splits a string into different parts delimited by the specified delimiter characters. 

S is the string to be split. Delimiters is a string containing / the characters defined as delimiters.

SplitString returns an array of strings of type System.Types.TStringDynArray / that contains the split parts of the original string.

 

SplitString은 문자열을 지정된 구분 문자로 구분 된 여러 부분으로 나눕니다.

S는 분리할 문자열입니다. Delimiters 구분 기호로 정의된 문자가 포함된 문자열입니다.

SplitString은 원래 문자열의 분할 부분을 포함하는 System.Types.TStringDynArray 유형의 문자열 배열을 반환합니다.

 

출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.StrUtils.SplitString

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함