System.AnsiStringT.IsDelimiter

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool IsDelimiter(const AnsiStringT& delimiters, int index) const {

Properties

Type Visibility Source Unit Parent
function public dstring.h System AnsiStringT

Description

Returns True if the specified character matches any character in the delimiters string.

IsDelimiter returns True if the byte indicated by index (counting from 1) is a single-byte character contained in delimiters. If the byte is part of a multibyte character or not in delimiters, IsDelimiter returns False.