Utilities.IsDelimiter Method

Applies to TestComplete 15.63, last modified on April 23, 2024
This method is obsolete. See the Remarks section below.

Description

The Utilities.IsDelimiter method indicates whether the character at byte offset Index in the string Str is one of the delimiters in the string Delimiters.

Declaration

Utilities.IsDelimiter(Delimiters, Str, Index)

Delimiters [in]    Required    String    
Str [in]    Required    String    
Index [in]    Required    Integer    
Result Boolean

Applies To

The method is applied to the following object:

Parameters

The method has the following parameters:

Delimiters

The string that contains the list of delimiters.

Str

Specifies the desired string.

Index

Specifies the index of the desired byte (1 is the first byte of the string, 2 is the second byte, and so on).

Result Value

If the specified character is one of the given delimiters, the method returns True. Otherwise, it returns False.

Remarks

This method is obsolete. It is supported for backward compatibility only.

See Also

GetChar Method
Find Method
ListSeparator Property
ExcludeTrailingBackSlash Method
IncludeTrailingBackSlash Method

Highlight search results