Navigation
API > API/Plugins > API/Plugins/PlainProps
Description
Returns number of delimiter separated tokens, includes empty tokens. Returns zero for empty or whitespace only Str.
| Name | PlainProps::Private::CountTokens |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsStringUtil.h |
| Include Path | #include "PlainPropsStringUtil.h" |
namespace PlainProps
{
namespace Private
{
std::size_t PlainProps::Private::CountTokens
(
std::string_view Str,
char Delimiter
)
}
}