Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdString::spanIncluding Method (const OdString&)
Syntax
C++
inline OdString spanIncluding(const OdString& 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.