Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdAnsiString::spanIncluding Method
Syntax
C++
OdAnsiString spanIncluding(const char* charSet) const;

Returns the longest leftmost substring of this String object that consists solely of characters that are contained in the specified character set. 

 

Parameters
Description
charSet
[in] Character set.

If the first character in this String object is not in the specified character set, an empty string is returned.

Copyright © 2002-2022. Open Design Alliance All rights reserved.