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