User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_tokenizer.execute_string_arrayarraychar

Table of Contents

TGIS_Tokenizer.Execute(str, char) method

DK11 for Python | tatukgis.pdk.TGIS_Tokenizer.Execute | Overloads | Constructors | Methods | Properties

Do tokenizing.

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

Syntax

# Python
def Execute(
  self
  _str: str
  _delims: char
) -> None: 

Parameters

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

Remarks

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

References

2022/11/21 01:53

Page Tools