User Tools

Site Tools


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

Table of Contents

TGIS_Tokenizer.Execute(str, char, bool) 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,
  _quotes: bool
) -> None: 

Parameters

Name Type Description
_str str String to be tokenized
_delims char array of delimiters
_quotes bool 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

2023/08/09 01:59

Page Tools