티스토리 뷰
System.StrUtils.SplitString
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 |
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
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
| [Reference] Data.Win.ADODB.TADOConnection.ConnectionString (0) | 2017.01.09 |
|---|---|
| [Reference] System.Classes.TStrings.Text (0) | 2017.01.08 |
| [Reference] ADODB.TADOQuery.SQL (0) | 2017.01.04 |
| [Reference] TDataSet.FieldByName (0) | 2017.01.03 |
| [Reference] TObject.Free (0) | 2017.01.02 |
- Total
- Today
- Yesterday
- 정렬
- 작문
- 자료구조
- SysUtils
- 알고리즘
- Reference
- ADODB
- Pte
- Delphi
- tdataset
- 말하기
- VCL
- RA
- SWT
- 계산기
- java
- 응용
- 영어
- wfd
- 대상
- 독해
- 문법
- 상황
- 설명
- System
- 왕초보 영어회화 100일의 기적
- 교육센터
- 일기
- 여행영어 100일의 기적
- 스택
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |