Same as the preceding overload for wide-character views.
Declared in <bdlb_indexspanstringutil.h>
static
IndexSpan
create(
std::wstring_view const& string,
std::wstring_view const& subString);
an IndexSpan describing subString within string
| Name | Description |
|---|---|
| string | string containing the substring |
| subString | view defining the substring within string |