[#BloombergLP-bdlb-IndexSpanStringUtil-create-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/IndexSpanStringUtil.adoc[IndexSpanStringUtil]::create :relfileprefix: ../../../ :mrdocs: Same as the preceding overload for wide‐character views. == Synopsis Declared in `<bdlb_indexspanstringutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdlb/IndexSpan.adoc[IndexSpan] create( std::wstring_view const& string, std::wstring_view const& subString); ---- == Return Value an `IndexSpan` describing `subString` within `string` == Parameters [cols="1,4"] |=== | Name| Description | *string* | string containing the substring | *subString* | view defining the substring within `string` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#