User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_tokenizer.execute_string_arraychar_boolean

Table of Contents

TGIS_Tokenizer.Execute(java.lang.String, char[], bool) method

DK11 for Java | tatukgis.jdk.TGIS_Tokenizer.Execute | Overloads | Constructors | Methods | Properties

Do tokenizing.

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

Syntax

// Java
public void Execute(
  java.lang.String _str,
  char[] _delims,
  bool _quotes
);
// Oxygene
public
  procedure Execute(
    _str : String;
    _delims : array of array of Char;
    _quotes : Boolean
  );

Parameters

Name Type Description
_str java.lang.String
String
String to be tokenized
_delims char[]
Char[]
array of delimiters
_quotes bool
Boolean
if true, then delimiter will be active only after a quote

Remarks

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

References

2022/11/16 01:51

Page Tools