User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_tokenizer.execute_string_arraychar

Table of Contents

TGIS_Tokenizer.Execute(String; array of Char) method

DK11 for Delphi | GisClasses.TGIS_Tokenizer.Execute | Overloads | Constructors | Methods | Properties

Do tokenizing.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  procedure Execute(
    const _str : String;
    const _delims : array of array of Char
  ); overload;
// C++ Builder
public:
  void Execute(
    const UnicodeString _str,
    DynamicArray<Char*> const _delims
  ) /* overload */;

Parameters

Name Type Description
_str String String to be tokenized
_delims array of Char array of delimiters

Remarks

Subsequent empty tokens will be ignored. If you required different functionality - use TGIS_Tokenizer.ExecuteEx

References

2022/11/16 01:14

Page Tools