API Reference > Other Classes > OdString Class > OdString Methods > spanExcluding Method > OdString::spanExcluding Method (__wchar_t*)
OdString::spanExcluding Method (__wchar_t*)
Syntax
C++
OdString spanExcluding(const __wchar_t* charSet) const;
Parameters 
Description 
const __wchar_t* charSet 
[in] Character set. 

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

 

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

Copyright © 2002–2020. Open Design Alliance. All rights reserved.